interb 0.1.1

A high-performance, thread-safe string interner backed by a concurrent bump allocator.
Documentation
[dependencies.once_cell]
version = "1.21.3"

[dependencies.rustc-hash]
version = "2.1.1"

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

[package]
authors = ["Karesis<yangyifeng23@mails.ucas.ac.cn>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "memory-management", "text-processing"]
description = "A high-performance, thread-safe string interner backed by a concurrent bump allocator."
edition = "2024"
keywords = ["interner", "string", "bump", "allocator", "no_std"]
license = "MIT OR Apache-2.0"
name = "interb"
readme = "README.md"
repository = "https://github.com/Karesis/interb"
version = "0.1.1"