Type Function Compressor [src]
Prototype
pub fn Compressor(comptime WriterType: type) type
Parameters
WriterType: type
Source
pub fn Compressor(comptime WriterType: type) type {
return deflate.huffman.Compressor(.raw, WriterType);
}
pub fn Compressor(comptime WriterType: type) type
WriterType: type
pub fn Compressor(comptime WriterType: type) type {
return deflate.huffman.Compressor(.raw, WriterType);
}