Versions in this module Expand all Collapse all v1 v1.2.10 Dec 12, 2025 Changes in this version + func Decode(encoding Encoding, str string) ([]byte, error) + func Encode(encoding Encoding, bytes []byte) (string, error) + func IntFormat(maxValue int) string + type Encoding uint8 + const Hex + const HexC + const HexNC + const JSON + func (enc *Encoding) UnmarshalJSON(b []byte) error + func (enc Encoding) MarshalJSON() ([]byte, error) + func (enc Encoding) String() string + type PrefixedStringer interface + PrefixedString func(prefix string) string