Expand description
OrderMap
is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys.
Re-exports
pub use set::OrderSet;
Modules
- A hash set implemented using
OrderMap
Macros
- Create an
OrderMap
from a list of key-value pairs - Create an
OrderSet
from a list of values
Structs
- A hash table where the iteration order of the key-value pairs is independent of the hash values of the keys.
Enums
- Entry for an existing key-value pair or a vacant location to insert one.
Traits
- Key equivalence trait.
- Opt-in mutable access to keys.