sinoptik/src
Paul van Tilburg 0bf07bd134
Split off all functionality to a library crate
This way we can build Rockets from outside the crate and run benchmarks,
for example.

* Add top-level `setup()` function to create a Rocket and set up the
  maps refresher task
* Change the type of `maps::run` since `!` is still an unstable type
* Fix HTTP code blocks in `README.md` so they don't appear as doctests
  to rustdoc
2022-03-15 09:54:02 +01:00
..
providers Add the combined provider 2022-02-24 20:40:07 +01:00
forecast.rs Hook up the combined metric in the forecast 2022-02-24 20:40:35 +01:00
lib.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01:00
main.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01:00
maps.rs Split off all functionality to a library crate 2022-03-15 09:54:02 +01: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