Open Source Contributions

Puuid

puuid brings Stripe-style prefixed UUIDs directly to the Rust ecosystem. Instead of dealing with ambiguous database strings, this library enforces type-safe, instantly readable identifiers that still behave exactly like standard UUIDs under the hood, making your database schemas bulletproof and incredibly developer-friendly.

Userencrypt

UserEncrypt is an open-source Minecraft plugin designed to completely eliminate identity theft on offline-mode servers. By intercepting logins and permanently encrypting original usernames into irreversible aliases under the hood, it secures admin privileges and stops malicious impersonators dead in their tracks.

Censor

Censor isn't just another regex bot. It's a high-performance AI moderator built in Rust, designed to natively understand English, Hindi, and Hinglish. Instead of relying on hardcoded strings, it reads between the lines to catch complex evasion attempts and leetspeak, securing your Discord server instantly without lagging the chat.

Bson Comp

bson-comp is an incredibly convenient procedural macro for Rust that automatically implements the `Into<bson::Bson>` trait for any custom struct or enum. It completely eliminates the boilerplate usually required when mapping complex Rust types directly into MongoDB documents, saving developers massive amounts of time.

Field Name

A fast procedural macro for Rust that safely and dynamically exposes a struct’s internal field names completely at runtime. This library is crucial for developers building ORMs, serializers, or any advanced macro-driven systems where you need deep introspection into your types without writing repetitive boilerplate.

Bedrock JWT

A highly specialized, extremely lightweight Rust library dedicated to parsing and verifying JSON Web Tokens (JWT) for Minecraft: Bedrock Edition. Built to run with minimal overhead, it provides server administrators and developers a secure, blazing-fast way to authenticate players without slowing down the tick rate.