snowflake_rs/
lib.rs

1extern crate time;
2
3mod snowflake;
4
5pub use self::snowflake::{SnowFlakeId, STANDARD_EPOCH};
6