# Functions
NewEncoding returns a new padded Encoding defined by the given alphabet, which must be a 62-byte string that does not contain the padding character or CR / LF ('\r', '\n').
# Variables
StdEncoding is the standard base62 encoding.
# Structs
An Encoding is a radix 62 encoding/decoding scheme, defined by a 62-character alphabet.
# Type aliases
No description provided by the author