Struct cargo_shim::CargoPackage [] [src]

pub struct CargoPackage {
    pub name: String,
    pub manifest_path: PathBuf,
    pub crate_root: PathBuf,
    pub targets: Vec<CargoTarget>,
}

Fields

Trait Implementations

impl Clone for CargoPackage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CargoPackage
[src]

Formats the value using the given formatter.