u128

Function u128 

Source
pub fn u128<S, E>() -> Parsec<S, E, u128>
where S: LexIterTrait<Item = u8, Context = [u8]> + Clone + 'static, E: ParserError<Context = [u8]> + Clone + 'static,
Expand description

Creates a parser for an unsigned 128-bit integer (u128) in big-endian byte order.