# README
base64x
High performance drop-in replacement of the encoding/base64
library.
# Constants
JSONStdEncoding is the StdEncoding and encoded as JSON string as RFC 8259.
RawStdEncoding is the standard raw, unpadded base64 encoding, as defined in RFC 4648 section 3.2.
RawURLEncoding is the unpadded alternate base64 encoding defined in RFC 4648.
StdEncoding is the standard base64 encoding, as defined in RFC 4648.
URLEncoding is the alternate base64 encoding defined in RFC 4648.
# Type aliases
An Encoding is a radix 64 encoding/decoding scheme, defined by a 64-character alphabet.