Functions
fn compressStream(allocator: mem.Allocator, writer: anytype, options: CompressStreamOptions) !CompressStream(@TypeOf(writer))
No documentation provided.
fn decompressStream(allocator: mem.Allocator, reader: anytype) !DecompressStream(@TypeOf(reader))
No documentation provided.