Versions in this module Expand all Collapse all v1 v1.1.1 Dec 18, 2024 Changes in this version + type CaminoCodec interface + SkipCustomRegistrations func(int) + SkipRegistrations func(int) + func NewCamino(tagNames []string, maxSliceLen uint32) CaminoCodec + func NewCaminoCustomMaxLength(maxSliceLen uint32) CaminoCodec + func NewCaminoDefault() CaminoCodec + type Codec interface + SkipRegistrations func(int) + func New(tagNames []string, maxSliceLen uint32) Codec + func NewCustomMaxLength(maxSliceLen uint32) Codec + func NewDefault() Codec