diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-18 21:56:51 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-18 22:03:57 +0300 |
| commit | 26266d70fcd7255fbafded9020437eb17bff5457 (patch) | |
| tree | fbd4353279e3df2b6e62fd91d456feac8d86031d /src/shared.rs | |
| parent | 078f43e3257017d271889ae2383b8984cda8aac2 (diff) | |
Specified no subcommand help text
Diffstat (limited to 'src/shared.rs')
| -rw-r--r-- | src/shared.rs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/shared.rs b/src/shared.rs index 43589aa..ce2163d 100644 --- a/src/shared.rs +++ b/src/shared.rs @@ -1,7 +1,7 @@ -use serde::{Serialize, Deserialize}; -// API answer struct`s +use serde::{Deserialize, Serialize}; +// API answer struct`s -/// Main struct with fetched weather data +/// Main struct with fetched weather data #[derive(Debug, Serialize, Deserialize)] pub struct WeatherData { pub latitude: f64, @@ -42,7 +42,7 @@ pub struct Hourly { pub wind_speed_10m: Vec<f32>, } -/// WeatherData.hourly_units = ts struct +/// WeatherData.hourly_units = ts struct #[derive(Debug, Serialize, Deserialize)] pub struct HourlyUnits { pub time: Option<String>, |
