Struct cargo_tally::Crate [] [src]

pub struct Crate {
    pub index: IndexCrate,
    pub versions: Vec<CrateVersion>,
}

Fields

Trait Implementations

impl Debug for Crate
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Crate

impl Sync for Crate