Function compress [src]
Prototype
pub fn compress(reader: anytype, writer: anytype) !void
Source
pub fn compress(reader: anytype, writer: anytype) !void {
try deflate.huffman.compress(.zlib, reader, writer);
}
pub fn compress(reader: anytype, writer: anytype) !void
pub fn compress(reader: anytype, writer: anytype) !void {
try deflate.huffman.compress(.zlib, reader, writer);
}