Modules§
IndexMap
is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.- A hash set implemented using
IndexMap
Macros§
- Create an
IndexMap
from a list of key-value pairs - Create an
IndexMap
from a list of key-value pairs and aBuildHasherDefault
-wrapped custom hasher. - Create an
IndexSet
from a list of values - Create an
IndexSet
from a list of values and aBuildHasherDefault
-wrapped custom hasher.
Structs§
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
- A hash set where the iteration order of the values is independent of their hash values.
- The error type for
try_reserve
methods.
Traits§
- Key equivalence trait.