Crate monteflake [] [src]

Structs

MonteFlake

MonteFlake creates a configurable Snowflake ID generator where the epoch and bitwidths may be adjusted to your liking from the defaults. MonteFlake id generation will always increase in value from the time its instantiated. No other guarantees are made. If a MonteFlake generator is created after a clock moves back from other MonteFlake generated ids conflicting ID values are entirely possible.