Expand description
Rust version of the Twitter snowflake algorithm
.
Structs§
- Snowflake
IdBucket - The
SnowflakeIdBucket
type is snowflake-id-bucket it easy to get id also have a id buffer. - Snowflake
IdGenerator - The
SnowflakeIdGenerator
type is snowflake algorithm wrapper.
Functions§
- get_
time_ millis - Get the latest milliseconds of the clock.