Function compressor [src]
Prototype
pub fn compressor(writer: anytype) !store.Compressor(@TypeOf(writer))
Source
pub fn compressor(writer: anytype) !store.Compressor(@TypeOf(writer)) {
return deflate.store.compressor(.gzip, writer);
}
pub fn compressor(writer: anytype) !store.Compressor(@TypeOf(writer))
pub fn compressor(writer: anytype) !store.Compressor(@TypeOf(writer)) {
return deflate.store.compressor(.gzip, writer);
}