monteflake 0.1.3

Use https://crates.io/crates/flaken instead
Documentation
  • Coverage
  • 88.89%
    8 out of 9 items documented0 out of 8 items with examples
  • Size
  • Source code size: 6.86 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • teburd/flaken
    13 0 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • teburd

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();