indexmap-rmw

Crates.ioindexmap-rmw
lib.rsindexmap-rmw
version1.6.3
sourcesrc
created_at2021-02-20 19:57:56.300606
updated_at2021-02-21 02:04:30.533375
descriptionA 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.
homepage
repositoryhttps://github.com/rmw-lib/indexmap
max_upload_size
id358137
size247,860
gcxfd (gcxfd)

documentation

https://docs.rs/indexmap/

README

Commit count: 533

cargo fmt