Versions in this module Expand all Collapse all v0 v0.55.2 Apr 12, 2025 v0.55.1 Apr 12, 2025 Changes in this version + func Compress(r io.Reader, w io.Writer, level CompressionLevel) (err error) + func Decompress(r io.Reader, w io.Writer, sizeLimit int64) (err error) + type CompressionLevel int8 + const BestCompression + const BestSpeed + const DefaultCompression + const HuffmanOnly + const Level0 + const Level1 + const Level2 + const Level3 + const Level4 + const Level5 + const Level6 + const Level7 + const Level8 + const Level9 + const NoCompression