Versions in this module Expand all Collapse all v0 v0.1.0 May 5, 2026 Changes in this version + type BinaryAppender interface + AppendBinary func(b []byte) ([]byte, error) + type BinaryMarshaler interface + MarshalBinary func(b []byte) ([]byte, error) + type BinaryUnmarshaler interface + UnmarshalBinary func(data []byte) error + type TextAppender interface + AppendText func(b []byte) ([]byte, error) + type TextMarshaler interface + MarshalText func(b []byte) ([]byte, error) + type TextUnmarshaler interface + UnmarshalText func(text []byte) error