unsigned_varint::nom

Function u128

Source
pub fn u128(input: &[u8]) -> IResult<&[u8], u128, (&[u8], ErrorKind)>
Expand description

nom combinator to decode a variable-length encoded u128 .