crate-activity 0.2.0

This crate provides a way to monitor the usage for a set of crates.io crates
Documentation
1
2
3
4
5
6
crate::ix!();

#[derive(Getters,Setters,Debug, Serialize,Deserialize)]
pub struct CrateResponse {
    #[getset(get = "pub", set = "pub")] version_downloads: Vec<VersionDownload>,
}