simpleflake-0.0.4 doesn't have any documentation.
simpleflake-rs
Distributed ID generation in rust for the lazy. Based on the awesome python implementation from SawdustSoftware.
You can read an overview of what this does and why it came into being at the Sawdust Software Blog.
Installation
Just add this crate as a dependency to your Cargo.toml
:
[dependencies.simpleflake]
git = "https://github.com/michaelcontento/simpleflake-rs.git"
Usage
extern crate simpleflake;
let new_id = new;
println!;
let parts = parse;
println!;
println!;