beakid 0.1.1

Lock-free unique ID generator inspired by Twitter Snowflake
Documentation
1
2
3
pub(crate) const NOT_INITED: u64 = 1;
pub(crate) const BLOCKED: u64 = 1 << 1;
pub(crate) const UPDATING: u64 = 1 << 2;