A 64bit snowflake like id generator, encoder, and decoder which allows setting the bitwidths of each portion of the 64 bit encoded id.
rust let flake = Flaken::default().id(0).epoch(0).bitwidths(48, 12); let id = flake.next();