aboutsummaryrefslogtreecommitdiff
path: root/lib/std/compress/deflate/testdata/huffman-zero.input
AgeCommit message (Collapse)Author
2024-02-14remove v1 deflate implementationIgor Anić
2022-01-23compress: add a deflate compressorHadrien Dorio
Replaces the inflate API from `inflateStream(reader: anytype, window_slice: []u8)` to `decompressor(allocator: mem.Allocator, reader: anytype, dictionary: ?[]const u8)` and `compressor(allocator: mem.Allocator, writer: anytype, options: CompressorOptions)`