We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 213e8be + 282dc62 commit e4c0bfdCopy full SHA for e4c0bfd
src/crates.rs
@@ -18,6 +18,7 @@ struct Crate {
18
#[serde(rename = "updated_at")]
19
updated: String,
20
downloads: u64,
21
+ #[serde(default)]
22
description: String,
23
documentation: Option<String>,
24
}
0 commit comments