MCPcopy Create free account
hub / github.com/bedroombuilds/python2rust / CountryData

Class CountryData

26_plotting/rust/plotters_ex/src/main.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected