idgen_rs 0.1.5

A perfect snowflake ID generator
Documentation
1
2
3
4
pub trait ISnowWorker {
    fn next_id(&mut self) -> i64;
}