openweather_api/
units.rs

1pub enum Units {
2    Standard,
3    Metric,
4    Imperial,
5}