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 Debug for Metadata
[src]

Formats the value using the given formatter.