Crate snowflake

Crate snowflake 

Source
Expand description

Rust version of the Twitter snowflake algorithm .

Structs§

SnowflakeIdBucket
The SnowflakeIdBucket type is snowflake-id-bucket it easy to get id also have a id buffer.
SnowflakeIdGenerator
The SnowflakeIdGenerator type is snowflake algorithm wrapper.

Functions§

get_time_millis
Get the latest milliseconds of the clock.