rpgmxp_tool::util

Function decode_hex_u8

Source
pub fn decode_hex_u8(value: u8) -> Option<u8>
Expand description

Convert a hex u8 char into a u8 value.

ยงReturns

Returns None if the char is not a hex char.