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.
1 parent 213e8be commit 282dc62Copy full SHA for 282dc62
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