Skip to main content

Module convenience

Module convenience 

Source

Traits§

HashMapExt
A convenience extension trait to enable HashMap::new for hash maps that use foldhash.
HashSetExt
A convenience extension trait to enable HashSet::new for hash sets that use foldhash.

Type Aliases§

HashMap
Type alias for std::collections::HashMap<K, V, foldhash::fast::RandomState>.
HashSet
Type alias for std::collections::HashSet<T, foldhash::fast::RandomState>.