Expand description
compression/codes/mod.rs Streaming-safe compression and decompression.
Industry notes:
- Deterministic per-chunk compression ensures reproducibility and parallel safety.
- Dictionaries must be explicitly declared and bound via header.dict_id.
- Registry resolves codec IDs to implementations.