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
14
# REPS - Rust Efficiency & Performance Standards

> SUPREME AUTHORITY for this repository.

This is a placeholder. Copy the canonical REPS.md from fsys-rs or error-forge before writing implementation code.

REPS defines:
- Zero-allocation hot path discipline
- Lock-free design where contention matters
- unsafe policy (measured and documented only)
- Forbidden patterns (unwrap, expect, todo, unimplemented, print_stdout, print_stderr, dbg)
- Documentation completeness requirements
- Benchmark discipline
- Cross-platform behavior expectations