Web service that provides an API for today's weather forecast for air quality, rain and UV metrics.
Go to file
Paul van Tilburg 79dac18655
Parse Buienradar as CSV file using serde
* Add the `csv` crate as a dependency
* Use the `Row` struct as intermediate object
* Turn the `parse_value` function into the `convert_value` function that
  cannot fail
2022-02-13 16:46:02 +01:00
src Parse Buienradar as CSV file using serde 2022-02-13 16:46:02 +01:00
.gitignore Initial import into Git 2022-02-12 15:03:00 +01:00
Cargo.lock Parse Buienradar as CSV file using serde 2022-02-13 16:46:02 +01:00
Cargo.toml Parse Buienradar as CSV file using serde 2022-02-13 16:46:02 +01:00