sinoptik/src/providers
Paul van Tilburg 69ef08002c
Introduce error types, switch to Results everywhere
* Add dependency on the `thiserror` crate
* Add a global `Error` type, but also `maps::Error` and
  `providers::combined::MergeError` for convenience
* Add matching `Result` types that default to the respective `Error`
  type
* Refactor code to yield all kinds of error variants
* Add FIXMEs where library errors still need to be handled
* Remove documentation that explained why `None` was returned, this is
  captured in the error now
2022-06-06 15:37:54 +02:00
..
buienradar.rs Introduce error types, switch to Results everywhere 2022-06-06 15:37:54 +02:00
combined.rs Introduce error types, switch to Results everywhere 2022-06-06 15:37:54 +02:00
luchtmeetnet.rs Introduce error types, switch to Results everywhere 2022-06-06 15:37:54 +02:00