Expand description
codecs/lz4.rs LZ4 block streaming compressor/decompressor (deterministic, dictionary optional).
Structsยง
- Lz4Compressor
- LZ4 compressor using lz4 block API. Note: lz4 does not expose streaming encoder with dictionary/level, so we emulate streaming by compressing each chunk independently.
- Lz4Decompressor