Versions in this module Expand all Collapse all v1 v1.4.6 Jun 12, 2021 Changes in this version + const MaxInputSize + var ErrCorrupt = errors.New("corrupt input") + var ErrEncodeTooSmall = errors.New("encode buffer too small") + var ErrTooLarge = errors.New("input too large") + func CompressBound(isize int) int + func Decode(dst, src []byte) (int, error) + func Encode(dst, src []byte) (compressedSize int, error error)