Module map

Module map 

Source

Modules§

hash_map
hash_set

Traits§

Equivalent
Key equivalence trait.
HashCollectionExt
ValidAsIdentityHash
Types which are safe to use with NoHashHasher.

Type Aliases§

DefaultHashBuilder
HashMap
HashSet
IntMap
A version of HashMap<K, V> using the identity hash function, which is valid for any key type that can be converted to a u64 without truncation.
IntSet
A version of HashSet<K> using the identity hash function, which is valid for any key type that can be converted to a u64 without truncation.