sinoptik/src/providers.rs

6 lines
161 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.
pub(crate) mod luchtmeetnet;