[][src]Function unsigned_varint::nom::u16

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

nom combinator to decode a variable-length encoded u16 .