stash

Crates.iostash
lib.rsstash
version0.1.5
sourcesrc
created_at2016-08-27 19:21:59.827725
updated_at2023-02-27 00:02:03.098782
descriptionAn amortized `O(1)` table for cases where you don't need to choose the keys and want something faster than a HashTable.
homepagehttps://github.com/Stebalien/stash-rs
repositoryhttps://github.com/Stebalien/stash-rs
max_upload_size
id6145
size88,307
Steven Allen (Stebalien)

documentation

https://docs.rs/stash/

README

Stash

Stash is a library for storing items where you need (amortized) O(1) insertion, deletion, and lookups but don't care about the order of the items and don't need to be able to choose the keys.

Please see the API documentation for a more detailed description.

Authors

Commit count: 63

cargo fmt