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)>, pub rerun_if_changed: Vec<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 |
rerun_if_changed | Glob paths to trigger a rerun of this build script. |