pub const BASE64_CHARSET_TABLE: &'static [u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
The Base64 character set table.
This constant contains the characters used for Base64 encoding.