- Generates snowflake id's
Set env SNOWFLAKE.COORDINATOR to point to your coordinator server !
[dependencies]
snowflake="1.1.0"use snowflake::Snowflake;
fn example(){
/*Implements Debug and Display*/
let snowflake = Snowflake = Snowflake::new();
println!("{}", snowflake);
}