[][src]Function nom::number::complete::hex_u32

pub fn hex_u32<'a, E: ParseError<&'a [u8]>>(
    input: &'a [u8]
) -> IResult<&'a [u8], u32, E>

Recognizes a hex-encoded integer

complete version: will parse until the end of input if it has less than 8 bytes