beakid 0.2.0

Snowflake-like 64-bit unique ID generator with PostgreSQL BIGINT-friendly i64 IDs.
Documentation
1
2
3
4
//! Runtime integration macros.
//!
//! This crate intentionally has no async-runtime dependency. Start the
//! background updater in synchronous applications with [`crate::start_background`].