[−][src]Crate indexmap
IndexMap
is a hash table where the iteration order of the key-value
pairs is independent of the hash values of the keys.
IndexSet
is a corresponding hash set using the same implementation and
with similar properties.
Re-exports
pub use map::IndexMap; |
pub use set::IndexSet; |
pub use map::OrderMap; |
pub use set::OrderSet; |
Modules
map |
|
set | A hash set implemented using |
Macros
indexmap | Create an |
indexset | Create an |
ordermap | [ Deprecated ]Old name; use |
orderset | [ Deprecated ]Old name; use |
Traits
Equivalent | Key equivalence trait. |