elsa 1.7.1

Append-only collections for Rust where borrows to entries can outlive insertions
Documentation
[[example]]
name = "string_interner"
path = "examples/string_interner.rs"
required-features = ["indexmap"]
[dependencies.indexmap]
optional = true
version = "1.6"

[dependencies.stable_deref_trait]
version = "1.1.1"

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
categories = ["data-structures", "caching"]
description = "Append-only collections for Rust where borrows to entries can outlive insertions"
documentation = "https://docs.rs/elsa/"
edition = "2018"
keywords = ["data-structure", "map", "frozen", "cache", "arena"]
license = "MIT/Apache-2.0"
name = "elsa"
readme = "README.md"
repository = "https://github.com/manishearth/elsa"
version = "1.7.1"
[package.metadata.docs.rs]
features = ["indexmap"]