Versions in this module Expand all Collapse all v1 v1.0.1 May 3, 2023 Changes in this version + type Codec interface + Marshal func(v interface{}) ([]byte, error) + String func() string + Unmarshal func(data []byte, v interface{}) error + func New(size int) Codec