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
11
12
13
# Force LF line endings on checkout for all text files, regardless of
# platform or local core.autocrlf settings. `cargo fmt` is configured with
# `newline_style = "Unix"`, so any CRLF in the working tree causes fmt --check
# to fail on Windows CI.
* text=auto eol=lf

# Explicit overrides for binary file types so Git doesn't try to normalize them.
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary