Versions in this module Expand all Collapse all v0 v0.2.0 May 19, 2026 v0.1.0 May 17, 2026 Changes in this version + const IDLZ4 + const IDRaw + func Register(c Codec) + type Codec interface + Decode func(dst, src []byte) ([]byte, error) + Encode func(dst, src []byte) ([]byte, error) + ID func() byte + MaxEncodedSize func(srcLen int) int + func Get(id byte) Codec + func LZ4() Codec + func Raw() Codec