Struct cbindgen::Cargo [] [src]

pub struct Cargo { /* fields omitted */ }

A collection of metadata for a library from cargo.

Methods

impl Cargo
[src]

[src]

Gather metadata from cargo for a specific library and binding crate name. If dependency finding isn't needed then Cargo.lock files don't need to be parsed.

Trait Implementations

impl Clone for Cargo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Cargo
[src]

[src]

Formats the value using the given formatter.