crate_activity/
crates_io_response.rs

1crate::ix!();
2
3#[derive(Getters,Setters,Debug, Serialize,Deserialize)]
4pub struct CrateResponse {
5    #[getset(get = "pub", set = "pub")] version_downloads: Vec<VersionDownload>,
6}