[][src]Function unsigned_varint::nom::u8

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

nom combinator to decode a variable-length encoded u8 .