try_decode_hex_char

Function try_decode_hex_char 

Source
const fn try_decode_hex_char(c: u8) -> Option<u8>
Expand description

Try to decode a byte from a hex char.

None will be returned if the input char is hex-invalid.