pub fn parse_leb128_u32(input: &[u8]) -> NomResult<&[u8], u32>
Expand description

Parse the variable-length encoded little-endian representation of an unsigned 32-bit integer