const_hex

Constant HEX_CHARS_LOWER

source
pub const HEX_CHARS_LOWER: &[u8; 16] = b"0123456789abcdef";
Expand description

The table of lowercase characters used for hex encoding.