sinoptik/src
Paul van Tilburg a0c4e0da77
Don't use Option for the max sample/item return values
If the sample/item series are empty, the function already returns
`None`, so the tuple values are always `Some(_)` which makes the
`Option` type redundant.
2022-05-08 14:01:22 +02:00
..
providers Don't use Option for the max sample/item return values 2022-05-08 14:01:22 +02:00
forecast.rs Don't use Option for the max sample/item return values 2022-05-08 14:01:22 +02:00
lib.rs Yield pollen and AQI max for PAQI metric (closes: #20) 2022-05-07 21:43:35 +02:00
main.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01:00
maps.rs Compact merge tests by using constructors 2022-05-08 14:00:12 +02:00
position.rs Add retrieval of pollen and UVI metrics for Buienradar provider 2022-02-19 15:33:00 +01:00
providers.rs Add the combined provider 2022-02-24 20:40:07 +01:00