cryoid 0.1.0

extremely lightweight ID generator inspired by Snowflake
Documentation
1
2
3
4
5
6
7
mod compact48;
mod snowflake63;
mod tagged63;

pub use compact48::Compact48;
pub use snowflake63::Snowflake63;
pub use tagged63::Tagged63;