Docs.rs
indexmap-1.0.2
indexmap
A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap.
Apache-2.0/MIT
Links
Documentation
283
29
21
Crates.io
Authors
bluss
Josh Stone
Dependencies
serde ^1.0
fnv ^1.0
itertools ^0.7.0
lazy_static ^1
quickcheck ^0.6
rand ^0.4
serde_test ^1.0.5
Versions
1.0.2
1.0.1
1.0.0
0.4.1
0.0.1
Source
Platform
i686-apple-darwin
i686-pc-windows-gnu
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Redirecting to
../../indexmap/trait.Equivalent.html
...