bin-encode-decode 1.1.41

A high-performance binary encode and decode library that supports customizable character sets beyond Base64.
Documentation
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;