Home
last modified time | relevance | path

Searched defs:CrateCollection (Results 1 – 3 of 3) sorted by relevance

/development/tools/external_crates/crate_health/src/
Dcrate_collection.rs34 pub struct CrateCollection { struct
39 impl CrateCollection { impl
40 pub fn new<P: Into<PathBuf>>(repo_root: P) -> CrateCollection { in new()
Dmigration.rs98 ) -> Result<VersionMatch<CrateCollection>> { in migrate()
Dreports.rs246 cc: &CrateCollection, in health_report()
271 m: &VersionMatch<CrateCollection>, in migration_report()