| 13 | |
| 14 | #[derive(serde_derive::Deserialize)] |
| 15 | struct CountryData { |
| 16 | data: Vec<DailyData>, |
| 17 | } |
| 18 | |
| 19 | const OUT_FILE_NAME: &'static str = "plot.svg"; |
| 20 | fn main() -> Result<(), Box<dyn std::error::Error>> { |
nothing calls this directly
no outgoing calls
no test coverage detected