zig/lib/std/compress
Andrew Kelley fd4fb10722 std.compress.flate: API reorg and reader/writer updates
A lot of this logic disappears in the face of the new buffered reader
and buffered writer interface.

This is passing ast-check only; semantic analysis to be solved next.
2025-07-01 16:35:29 -07:00
..
flate std.compress.flate: API reorg and reader/writer updates 2025-07-01 16:35:29 -07:00
lzma/testdata std: hacking around with buffered reader / writer semantics 2025-07-01 16:35:26 -07:00
testdata remove v1 deflate implementation 2024-02-14 22:34:13 +01:00
xz Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
zstd fix build runner compilation 2025-07-01 16:35:28 -07:00
flate.zig std.compress.flate: API reorg and reader/writer updates 2025-07-01 16:35:29 -07:00
lzma.zig std.io: redo Reader and Writer yet again 2025-07-01 16:35:27 -07:00
lzma2.zig std.io: redo Reader and Writer yet again 2025-07-01 16:35:27 -07:00
xz.zig Rename *[UI]LEB128 functions to *[UI]leb128 2024-06-23 04:30:12 +01:00
zstd.zig std.compress.zstd: tests passing 2025-07-01 16:35:28 -07:00