unsigned_varint::nom
pub fn u32(input: &[u8]) -> IResult<&[u8], u32>
nom combinator to decode a variable-length encoded u32 .
nom
u32