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

Class DailyData

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

Source from the content-addressed store, hash-verified

5
6#[derive(serde_derive::Deserialize)]
7struct DailyData {
8 #[serde(default)]
9 new_cases: f64,
10 #[serde(default)]
11 total_cases: f64,
12}
13
14#[derive(serde_derive::Deserialize)]
15struct CountryData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected