Versions in this module Expand all Collapse all v0 v0.2.0 Aug 28, 2026 v0.1.0 Aug 28, 2026 Changes in this version + type Compressor interface + Decompress func(src []byte, uncompressedSize int) ([]byte, error) + type Method int32 + const Gzip + const LZ4 + const None + const Oodle + const Unknown + const Zlib + const Zstd + type Registry struct + func DefaultRegistry() *Registry + func NewRegistry() *Registry + func (r *Registry) Decompress(src []byte, uncompressedSize int, method Method) ([]byte, error) + func (r *Registry) Register(method Method, c Compressor)