Struct cargo::ops::BuildOutput
[−]
[src]
pub struct BuildOutput { pub library_paths: Vec<PathBuf>, pub library_links: Vec<String>, pub cfgs: Vec<String>, pub metadata: Vec<(String, String)>, }
Contains the parsed output of a custom build script.
Fields
library_paths | Paths to pass to rustc with the |
library_links | Names and link kinds of libraries, suitable for the |
cfgs | Various |
metadata | Metadata to pass to the immediate dependencies |