idgen_rs 0.1.0

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