# Packages
No description provided by the author
# Functions
Decode [str] to bytes using the given encoding If [str] is the empty string, returns a nil byte slice and nil error.
EncodeWithChecksum [bytes] to a string using the given encoding format [bytes] may be nil, in which case it will be treated the same as an empty slice.
EncodeWithoutChecksum [bytes] to a string using the given encoding format [bytes] may be nil, in which case it will be treated the same as an empty slice.
No description provided by the author
# Interfaces
PrefixedStringer extends a stringer that adds a prefix.