Skip to main content

hex_nibble_value

Function hex_nibble_value 

Source
pub fn hex_nibble_value(byte: u8) -> Option<u8>
Expand description

Decode a single hex ASCII byte to its nibble value ('a' -> 10).