1 2 3 4 5 6 7
#[derive(Deserialize)] #[serde(deny_unknown_fields)] pub struct Config { pub pattern: String, pub base: Option<u32>, pub count: u32, }