Searched refs:VersionMatch (Results 1 – 4 of 4) sorted by relevance
/development/tools/external_crates/crate_health/src/ |
D | migration.rs | 26 CrateCollection, Migratable, NameAndVersionMap, PseudoCrate, RepoPath, VersionMatch, 98 ) -> Result<VersionMatch<CrateCollection>> { in migrate() 118 let mut version_match = VersionMatch::new(source, dest)?; in migrate()
|
D | version_match.rs | 42 pub struct VersionMatch<CollectionType: NameAndVersionMap> { struct 48 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> { impl 50 let mut vm = VersionMatch { source, dest, compatibility: BTreeMap::new() }; in new() 137 impl<CollectionType: NameAndVersionMap> VersionMatch<CollectionType> impl 165 impl VersionMatch<CrateCollection> { implementation 256 let mut version_match = VersionMatch::new(source, dest)?; in test_version_map() 409 let version_match = VersionMatch::new(source, dest)?; in test_migratability()
|
D | lib.rs | 40 pub use self::version_match::{CompatibleVersionPair, VersionMatch, VersionPair};
|
D | reports.rs | 19 CrateCollection, NameAndVersionMap, NamedAndVersioned, VersionMatch, VersionPair, 271 m: &VersionMatch<CrateCollection>, in migration_report()
|