Home
last modified time | relevance | path

Searched refs:crates_with_single_version (Results 1 – 2 of 2) sorted by relevance

/development/tools/external_crates/name_and_version/src/
Dlib.rs23 crates_with_multiple_versions, crates_with_single_version, most_recent_version,
Dname_and_version_map.rs141 pub fn crates_with_single_version<'a, ValueType>( in crates_with_single_version() function
270 test_map.filter_versions(crates_with_single_version).map(|(nv, _)| nv), in test_filter_versions()