Files
zstd-rs/lib/compress
ddidderr ac7683de9f fix(compress): reuse block-header serializer for sequence APIs
The public sequence compression paths still built compressed block headers
locally in C, leaving two byte-formatting implementations after the frame-chunk
path was migrated. Route both compressed-block branches through the existing
Rust serializer while retaining their C-side sequence, entropy, and capacity
logic.

Test Plan:
- `make -B -C lib -j2 lib` -- passed
- `make -B -C tests -j2 fuzzer` -- passed
- `tests/fuzzer -s4560 -t47 -i48 -v` -- passed
- `git diff --cached --check` -- passed
2026-07-18 10:03:32 +02:00
..
2023-01-04 13:01:54 -08:00
2024-11-26 11:15:39 +01:00
2023-01-04 13:01:54 -08:00
2023-01-04 13:01:54 -08:00