[dependencies.serde]
optional = true
version = "1"
[features]
serde = ["dep:serde"]
[lib]
name = "stringstore"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "memory-management"]
description = "Cached dynamic set of strings with mildly expensive construction but cheap comparisons."
edition = "2021"
keywords = ["string", "cache", "pool"]
license = "LGPL-3.0-only"
name = "stringstore"
readme = false
repository = "https://git.flying-kestrel.ca/kestrel/stringstore"
version = "0.1.4"