Skip to main content

parse_hex_u8

Function parse_hex_u8 

Source
pub fn parse_hex_u8(s: &str) -> Result<u8, String>
Expand description

Parse a hexadecimal u8 value (with or without 0x prefix)