static-id 0.2.2

A memory-efficient library for handling interned identifiers
Documentation
[[bench]]
harness = false
name = "string_creation"
path = "benches/string_creation.rs"

[dependencies.criterion]
version = "0.5"

[dependencies.once_cell]
version = "1.19"

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

[dependencies.serde]
features = ["derive"]
version = "1.0.210"

[dependencies.serde_json]
version = "1.0.128"

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

[package]
authors = ["JunbeomL22 <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A memory-efficient library for handling interned identifiers"
edition = "2021"
keywords = ["identifier", "memory-efficient", "performance"]
license = "MIT OR Apache-2.0"
name = "static-id"
readme = "README.md"
repository = "https://github.com/JunbeomL22/static-id"
version = "0.2.2"

[[test]]
name = "equality"
path = "tests/equality.rs"

[[test]]
name = "hashmap"
path = "tests/hashmap.rs"

[[test]]
name = "multi_thread"
path = "tests/multi_thread.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"