sinoptik/src/providers.rs

7 lines
188 B
Rust
Raw 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;
pub(crate) mod luchtmeetnet;