4 skills found
dermesser / Integer Encoding RsInteger encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writing/reading integers.
whatyouhide / Small Intsvarint and ZigZag encoding/decoding for Erlang
Eignex / KencodeASCII-safe encodings and ultra-small binary serialization for Kotlin, optimized for URLs, file names, and Kubernetes labels. Generates short, predictable payloads within tight character limits.
chrisdickinson / Zigzagzigzag signed integer encoding and decoding