A compact protobuf-like serializer and deserializer for the Rust Language.
A no_std compatible VarInt encoding/decoding Rust library
Pure Rust protobuf core types
Low-level LevelDB-compatible binary coding primitives for bitcoin-rs: fixed-width little-endian, varint, and length-prefixed encoding/decoding over raw pointers, Strings, and Slices.
A small, zero dependency varint implementation in Rust.
SIMD-accelerated varint encoder and decoder
variable-length integer encoding (protobuf-style) for the `bytes` crate
Minecraft's VarInt and VarLong implemetation in Rust, providing minimum memory usage and maximum performance.
(Deprecated) This crate is deprecated. Please use `varing` instead.
Offline encoder/decoder for CS2 masked inspect URLs — pure Rust, no dependencies
Binary frame codec and protocol codec toolkit. Length-prefixed, delimiter-based, and custom framing strategies. Built-in varint, zigzag, bitfield, and packed struct encoding. Runtime-agnostic foundation under network-protocol crates.
Minecraft's VarInt and VarLong implemetation in Rust, providing minimum memory usage and maximum performance.
varint C extension
Fork of varint C extension by https://github.com/liquidm/varint