1 2 3
pub const BASE_36_CHARS: &[u8; 36] = b"0123456789abcdefghijklmnopqrstuvwxyz"; pub const HEX_CHARS: &[u8; 16] = b"0123456789abcdef";