id-gnrt-rust-impl 0.1.0

A fast, thread-safe Rust implementation of the Snowflake ID generator algorithm.
[[bin]]
name = "id-gnrt-rust-impl"
path = "src/main.rs"

[dependencies]

[package]
authors = ["Nalin Dalal <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, thread-safe Rust implementation of the Snowflake ID generator algorithm."
documentation = "https://docs.rs/id-gnrt-rust-impl"
edition = "2024"
homepage = "https://github.com/NalinDalal/snowflake-rs"
keywords = ["snowflake", "id", "generator", "unique", "distributed"]
license = "MIT"
name = "id-gnrt-rust-impl"
readme = "README.md"
repository = "https://github.com/NalinDalal/snowflake-rs"
version = "0.1.0"