idgenerator 1.2.1

A powerful unique id generator. Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity, and powerful configuration capacity.
Documentation
[[bench]]
harness = false
name = "id_bench"
[dependencies.chrono]
version = "0.4.19"
[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["BobAnkh <bobankhshen@gmail.com>"]
categories = ["algorithms"]
description = "A powerful unique id generator. Shorter ID and faster generation with a new snowflake drift algorithm. The core is to shorten the ID length, but also can have a very high instantaneous concurrent processing capacity, and powerful configuration capacity."
documentation = "https://docs.rs/idgenerator"
edition = "2018"
homepage = "https://github.com/BobAnkh/IdGenerator"
keywords = ["snowflake", "idgenerator"]
license = "MIT"
name = "idgenerator"
readme = "README.md"
repository = "https://github.com/BobAnkh/IdGenerator"
version = "1.2.1"