rustflake
Kubernetes "twitter" snowflakes.
By default the original Twitter snowflake format defines:
- 35 bits are used to store a custom epoch with 10 millisecond precision
- 16 bits are used to store low 16 bit from ip address
- 12 bits are used to store a sequence number
Usage
Add this to your Cargo.toml
:
[]
= "0.2.0"
and this to your crate root:
use snowflake;
Example
use snowflake;