indexmap-amortized

Crates.ioindexmap-amortized
lib.rsindexmap-amortized
version1.6.1
sourcesrc
created_at2020-07-27 15:37:28.0197
updated_at2020-12-21 00:55:27.343979
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 is an ongoing fork of bluss/indexmap that provides amortized resizes.
homepage
repositoryhttps://github.com/jonhoo/indexmap-amortized
max_upload_size
id270108
size240,528
Jon Gjengset (jonhoo)

documentation

https://docs.rs/indexmap-amortized/

README

Commit count: 534

cargo fmt