Versions in this module Expand all Collapse all v0 v0.8.1 May 14, 2026 v0.8.0 May 14, 2026 Changes in this version + var ErrUnknownCodec = errors.New("decoder: unknown codec") + func CodecFromExt(ext string) string + func DecodeAny(codec string, data []byte) (any, error) + func Lookup(name string) (contracts.Codec, bool) + func LookupExt(ext string) string + func Register(name string, c contracts.Codec) + func RegisterExt(ext, codec string) + type Decoder = contracts.Codec + func For(codec string) (Decoder, error)