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