Function cwe_checker_lib::utils::binary::parse_hex_string_to_u64
source · pub fn parse_hex_string_to_u64(string: &str) -> Result<u64, Error>
Expand description
A helper function to parse a hex string to an integer.