Versions in this module Expand all Collapse all v1 v1.0.0 Nov 28, 2024 Changes in this version + func Decode(src []byte) ([]byte, error) + func Encode(src []byte) []byte + type Bytes []byte + func (b *Bytes) UnmarshalText(src []byte) error + func (b Bytes) MarshalText() ([]byte, error) + type Uint64 uint64 + func (u *Uint64) UnmarshalText(src []byte) error + func (u Uint64) MarshalText() ([]byte, error) v1.0.0-rc1 Nov 28, 2024