Function char_from_hex_byte

Source
pub fn char_from_hex_byte(hex: &str) -> Result<char>
Expand description

Convert two hex digits to a single byte -> char (StageL: charFromHexByte) StageL operated on bytes, not Unicode scalar validation beyond 0xFF.