id-gnrt-rust-impl 0.1.0

A fast, thread-safe Rust implementation of the Snowflake ID generator algorithm.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "id-gnrt-rust-impl"
version = "0.1.0"
edition = "2024"

description = "A fast, thread-safe Rust implementation of the Snowflake ID generator algorithm."
authors = ["Nalin Dalal <your.email@example.com>"]
license = "MIT"
repository = "https://github.com/NalinDalal/snowflake-rs"
homepage = "https://github.com/NalinDalal/snowflake-rs"
documentation = "https://docs.rs/id-gnrt-rust-impl"
keywords = ["snowflake", "id", "generator", "unique", "distributed"]

[dependencies]