snowflake-id-generator 0.4.0

Simple snowflake id implementation
Documentation
1
2
3
4
5
6
7
pub mod multi_thread;
pub mod single_thread;

mod common;

#[cfg(test)]
pub mod tests;