openweather-api 0.1.0

OpenWeather API
Documentation
1
2
3
4
5
6
7
8
9
mod current;
mod forecast;
mod onecall;
mod units;

pub use current::CurrentWeather;
pub use forecast::WeatherForecast;
pub use onecall::onecall;
pub use units::Units;