rusty_snowflake/
lib.rs

1mod generator;
2mod snowflake;
3
4pub use generator::SnowflakeGenerator;
5pub use snowflake::Snowflake;