Versions in this module Expand all Collapse all v1 v1.10.0 Jan 2, 2026 v1.9.0 Jan 2, 2026 Changes in this version + type Compressor interface + Decode func(data []byte) ([]byte, error) + Encode func(data []byte) ([]byte, error) + Extension func() string + func None() Compressor + func S2() Compressor + func Zstd(level int) Compressor