Constant BASE64_CHARSET_TABLE

Source
pub const BASE64_CHARSET_TABLE: &[u8] = b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";
Expand description

The Base64 character set table.

This constant contains the characters used for Base64 encoding.