Searched refs:crates_with_multiple_versions (Results 1 – 4 of 4) sorted by relevance
/development/tools/external_crates/crate_health/src/templates/ |
D | size_report.html.template | 4 <li>{crates_with_multiple_versions} have multiple versions</li>
|
/development/tools/external_crates/crate_health/src/ |
D | reports.rs | 18 crates_with_multiple_versions, crates_with_single_version, CompatibleVersionPair, Crate, 72 crates_with_multiple_versions: num_crates - crates_with_single_version, in size_report() 252 cc.filter_versions(&crates_with_multiple_versions).map(|(_nv, krate)| krate), in health_report() 310 crates_with_multiple_versions: usize, field
|
D | lib.rs | 57 crates_with_multiple_versions, crates_with_single_version, most_recent_version,
|
D | name_and_version_map.rs | 149 pub fn crates_with_multiple_versions<'a, ValueType>( in crates_with_multiple_versions() function 279 test_map.filter_versions(crates_with_multiple_versions).map(|(nv, _)| nv), in test_filter_versions()
|