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