1 2 3 4
/// Standard length for character sets used in encoding/decoding. /// /// Represents the required number of unique characters (64) for base64-like encoding. pub const CHARSET_LEN: usize = 64;