Versions in this module Expand all Collapse all v0 v0.1.0 Apr 17, 2025 v0.0.2 Mar 27, 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