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(.zlib, writer); }