8000 GitHub - teburd/flaken at 0.1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

teburd/flaken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Configurable bitwidth snowflake id generator, encoder, decoder for Rust

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0