beakid 0.3.1

Snowflake-like 64-bit unique ID generator with PostgreSQL BIGINT-friendly i64 IDs.
Documentation
1
2
3
4
5
mod beakid;
pub use beakid::BeakId;

mod generator;
pub use generator::BeakIdGenerator;