mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
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)` |
||
|---|---|---|
| .. | ||
| testdata | ||
| bits_utils.zig | ||
| compressor.zig | ||
| compressor_test.zig | ||
| decompressor.zig | ||
| deflate_const.zig | ||
| deflate_fast.zig | ||
| deflate_fast_test.zig | ||
| dict_decoder.zig | ||
| huffman_bit_writer.zig | ||
| huffman_code.zig | ||
| mem_utils.zig | ||
| token.zig | ||