Versions in this module Expand all Collapse all v1 v1.5.0 Dec 15, 2025 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