1 2 3 4 5 6 7 8
#[allow(missing_docs)] #[derive(Debug, Deserialize)] pub struct Stats { pub additions: u32, pub deletions: u32, pub total: u32, }