Struct cargo_metadata::Metadata [] [src]

pub struct Metadata {
    pub packages: Vec<Package>,
    // some fields omitted
}

Starting point for metadata returned by cargo metadata

Fields

A list of all crates referenced by this crate (and the crate itself)

Trait Implementations

impl Clone for Metadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Metadata
[src]

Formats the value using the given formatter.