unsigned_varint::nom

Function u32

Source
pub fn u32(input: &[u8]) -> IResult<&[u8], u32, (&[u8], ErrorKind)>
Expand description

nom combinator to decode a variable-length encoded u32 .