monteflake 0.1.0

Configurable bitwidth snowflake id generator, encoder, decoder
Documentation

MonteFlake

A 64bit snowflake like id generator, encoder, and decoder which allows setting the bitwidths of each portion of the 64 bit encoded id.

let flake = MonteFlake::new(0);
let id = flake.next();