wire-codec 0.5.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
9
10
# clippy configuration for wire-codec
avoid-breaking-exported-api = true
msrv = "1.75"
cognitive-complexity-threshold = 30
type-complexity-threshold = 250
too-many-arguments-threshold = 7
trivial-copy-size-limit = 128
single-char-binding-names-threshold = 5
allow-unwrap-in-tests = true
allow-expect-in-tests = true