pi_atom 0.2.5

The global thread safe atomic string pool reduces the memory occupation of the same string and is also used for HashMap keys
[dependencies.fnv]
version = "1.0.6"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.pi_bon]
version = "0.2"

[dependencies.pi_hash]
version = "0.1"

[dependencies.pi_share]
version = "0.4"

[dependencies.serde]
features = ["serde_derive"]
optional = true
version = "1.0"

[dependencies.twox-hash]
version = "1"

[features]
pointer_width_32 = []

[package]
authors = ["zmythleo <zmythleo@gmail.com>"]
description = "The global thread safe atomic string pool reduces the memory occupation of the same string and is also used for HashMap keys"
edition = "2021"
keywords = ["pi", "atom"]
license = "MIT OR Apache-2.0"
name = "pi_atom"
readme = "README.md"
repository = "https://github.com/GaiaWorld/pi_atom"
version = "0.2.5"