| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-02-14 | remove v1 deflate implementation | Igor Anić | |
| 2022-01-23 | compress: add a deflate compressor | Hadrien 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)` | |||
