pub fn hex_nibble_value(byte: u8) -> Option<u8>
Decode a single hex ASCII byte to its nibble value ('a' -> 10).
'a'
10