Constant const_hex::HEX_CHARS_UPPER
source ยท pub const HEX_CHARS_UPPER: &[u8; 16] = b"0123456789ABCDEF";
Expand description
The table of uppercase characters used for hex encoding.
pub const HEX_CHARS_UPPER: &[u8; 16] = b"0123456789ABCDEF";
The table of uppercase characters used for hex encoding.