You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the twitter snowflake id generation system.
2
+
3
+
A Rust web service implementing Twitter's Snowflake ID generation algorithm. Generates unique, time-sorted 64-bit identifiers suitable for distributed systems.
4
+
5
+
## Features
6
+
7
+
- Single ID generation endpoint
8
+
- Bulk ID generation (up to 4,096,000 IDs per request)
0 commit comments