[][src]Function unsigned_varint::nom::u32

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

nom combinator to decode a variable-length encoded u32 .