atomic-id 0.1.0

Very fast and unique id generation
Documentation
[dependencies]

[features]
default = []
short = []

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

[package]
authors = ["ZonBlade"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "concurrency"]
description = "Very fast and unique id generation"
edition = "2024"
keywords = ["atomic-id", "unique-id", "concurrency", "lock-free", "cryptography"]
license = "MIT"
name = "atomic-id"
readme = "README.md"
repository = "https://github.com/zonblade/atomic-rs"
version = "0.1.0"

[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = "thin"
opt-level = 3
panic = "abort"
strip = "symbols"