Struct libcratesio::Version [] [src]

pub struct Version {
    pub num: String,
    pub downloads: i32,
    pub created_at: DateTime<Utc>,
    pub updated_at: DateTime<Utc>,
    pub features: HashMap<String, Vec<String>>,
    pub yanked: bool,
    pub license: Option<String>,
}

Fields

Trait Implementations

impl Debug for Version
[src]

Formats the value using the given formatter.