openmeteo-rs 1.0.0

Rust client for the Open-Meteo weather API.
Documentation
1
2
3
4
5
/// Current-condition variables for the general forecast endpoint.
///
/// Open-Meteo documents `current=` as accepting every hourly forecast variable,
/// so this alias intentionally exposes the full hourly forecast variable set.
pub type CurrentVar = super::HourlyVar;