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