stash 0.1.5

An amortized `O(1)` table for cases where you don't need to choose the keys and want something faster than a HashTable.
Documentation
[dependencies.serde]
optional = true
version = "1"

[dependencies.serde_derive]
optional = true
version = "1"

[dependencies.unreachable]
version = "1"
[dev-dependencies.bincode]
version = "1"

[features]
serialization = ["serde", "serde_derive"]

[package]
authors = ["Steven Allen <steven@stebalien.com>"]
description = "An amortized `O(1)` table for cases where you don't need to choose the keys and want something faster than a HashTable."
documentation = "https://docs.rs/stash/"
edition = "2018"
homepage = "https://github.com/Stebalien/stash-rs"
keywords = ["data-structures"]
license = "MIT/Apache-2.0"
name = "stash"
readme = "README.md"
repository = "https://github.com/Stebalien/stash-rs"
version = "0.1.5"