An open API service indexing awesome lists of open source software.

https://github.com/stebalien/stash-rs

A fast map for when one doesn't care about choosing the keys.
https://github.com/stebalien/stash-rs

datastructure library map rust rust-library

Last synced: 10 months ago
JSON representation

A fast map for when one doesn't care about choosing the keys.

Awesome Lists containing this project

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](https://stebalien.github.io/stash-rs/stash/)
documentation for a more detailed description.

# Authors

* Steven Allen
* Robbepop
* Shane Pearman
* Simon Persson