pub fn parse_u32_hex(hex: &str) -> Result<u32, ParseIntError>
Expand description
Parse a hexadecimal 0x prefixed string e.g. 0x1234 into a u32
pub fn parse_u32_hex(hex: &str) -> Result<u32, ParseIntError>
Parse a hexadecimal 0x prefixed string e.g. 0x1234 into a u32