| 5 | |
| 6 | #[derive(serde_derive::Deserialize)] |
| 7 | struct DailyData { |
| 8 | #[serde(default)] |
| 9 | new_cases: f64, |
| 10 | #[serde(default)] |
| 11 | total_cases: f64, |
| 12 | } |
| 13 | |
| 14 | #[derive(serde_derive::Deserialize)] |
| 15 | struct CountryData { |
nothing calls this directly
no outgoing calls
no test coverage detected