pub fn parse_u32(input: &str) -> IResult<&str, u32>
Expand description

Parse an unsigned decimal literal into a u32