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