高性能时间戳ID生成器 / High-performance timestamp ID generator
A Rust library for generating SnowID - a Snowflake-like timestamp-based distributed unique identifier
Deterministic mixed-radix ID encoding — maps integers to 6, 7, or 8-character alphanumeric strings. Ambiguous characters I, L, O are excluded.
Stable deterministic procedural avatars in Rust with configurable identity hashing, WebP, optional PNG/JPEG/GIF, and SVG export
Encode sequential integer ids as random looking strings
Rust utilities: timestamps, request IDs, and external IDs
build a unique machine id
Crockford Base32 encoding with u64 helpers and Mod-37 check digit
A package for encoding and decoding unique identifiers into URL-safe ( shiny )
A library for parsing and (soon) encoding BitTorrent peer IDs. Tracks all known BitTorrent implementations and their peer ID formats.
Minimalist crate to generate Base62 UUIDs
Platform-agnostic OpenGL terminal renderer using glow
Provides Stripe-style public identifiers (like usr_abc123) for Rails models using hashids or base62 encoding. Supports both integer and UUID primary keys, with automatic URL parameter handling and controller helpers.
ActiveRecord concern to use EncodedID to turn IDs into reversible and human friendly obfuscated strings.