Function nom_leb128::leb128_u128[][src]

pub fn leb128_u128<I, E>(input: I) -> IResult<I, u128, E> where
    I: Clone + Slice<RangeFrom<usize>> + InputIter<Item = u8> + InputLength,
    E: ParseError<I> + ContextError<I>, 
Expand description

Recognizes an LEB128-encoded number that fits in a u128.