tlid 0.2.2

Thread Local ID generator by predefined range without atomics/locks/random/time
Documentation
[dependencies.num-traits]
optional = true
version = "0.2"

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

[features]
default = ["std", "num-traits"]
log = []
std = []

[package]
authors = ["Marcel Märtens <marcel.cochem@googlemail.com>"]
categories = ["algorithms", "concurrency", "data-structures", "no-std"]
description = "Thread Local ID generator by predefined range without atomics/locks/random/time\n"
documentation = "https://docs.rs/tlid"
edition = "2018"
homepage = "https://gitlab.com/xMAC94x/tlid"
keywords = ["uuid", "id", "unique", "range", "thread"]
license = "Apache-2.0 OR MIT"
name = "tlid"
readme = "README.md"
repository = "https://gitlab.com/xMAC94x/tlid"
version = "0.2.2"