Searched defs:CrateSource (Results 1 – 5 of 5) sorted by relevance
26 pub struct CrateSource { struct32 impl CrateSource { impl
237 struct CrateSource { struct238 include_dirs: Vec<PathBuf>,239 exclude_dirs: Vec<PathBuf>,
66 enum CrateSource { enum175 impl CrateSource { implementation457 fn read_crates(toml_path: &Path) -> (Vec<CrateSource>, RecursiveOptions) { in read_crates()
119 let CrateSource { dylib, rlib, rmeta } = data.source(); in fmt() localVariable
1607 source: CrateSource, in new()1675 pub(crate) fn source(&self) -> &CrateSource { in source()