sinoptik/src/providers.rs

8 lines
213 B
Rust
Raw Permalink Normal View History

//! All supported metric data providers.
//!
//! Data is either provided via a direct (JSON) API or via looking up values on maps.
2022-02-13 15:38:17 +01:00
pub(crate) mod buienradar;
2022-02-24 20:24:08 +01:00
pub(crate) mod combined;
pub(crate) mod luchtmeetnet;