Crate snowgen

Source
Expand description

Snowgen is a library for generating unique, distributed IDs inspired by Twitter’s Snowflake ID generator.

Structs§

Snowgen
Snowgen struct represents a unique ID generator.
SnowgenBuilder
SnowgenBuilder is a struct for building and configuring Snowgen instances.

Enums§

Epoch
Epoch represents different ways to define the epoch for the Snowflake generator.