wire-codec 0.9.0

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.
Documentation
1
2
3
4
5
6
7
8
# REPS reproducibility requirement. Pinning the toolchain ensures that every
# contributor and CI run uses the same compiler, regardless of their local
# default. `stable` floats forward; combine with `rust-version = "1.75"` in
# Cargo.toml to enforce the MSRV separately.
[toolchain]
channel = "stable"
components = ["rustfmt", "clippy"]
profile = "minimal"