parse_hex_float_parts

Function parse_hex_float_parts 

Source
fn parse_hex_float_parts(s: &[u8]) -> Result<(bool, u64, i32), NumberError>