asylum 0.1.0

A fast, lightweight string interner with automatic cleanup to prevent memory bloat.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.hashbrown]
default-features = false
features = ["default-hasher", "inline-more"]
version = "0.15"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.ustr]
version = "1"

[lib]
name = "asylum"
path = "src/lib.rs"

[package]
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, lightweight string interner with automatic cleanup to prevent memory bloat."
edition = "2021"
keywords = ["string", "intern", "memory", "deduplication", "reference-counted"]
license = "MIT"
name = "asylum"
readme = "README.md"
repository = "https://github.com/daddinuz/asylum"
rust-version = "1.80.1"
version = "0.1.0"

[profile.release]
codegen-units = 1
lto = "fat"