lurk-elsa 0.1.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 = "2.0.2"

[dependencies.stable_deref_trait]
version = "1.1.1"

[features]
default = []
indexmap = ["dep:indexmap"]

[package]
authors = ["Lurk Engineering <engineering@lurk-lab.com>", "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 = "lurk-elsa"
readme = "README.md"
repository = "https://github.com/manishearth/elsa"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["indexmap"]