utils
0.0.0
In utils::
parser
Macros
literal_map
parse_tree
Structs
ParserIterator
ParserMatchesIterator
Enums
ParseError
Traits
Parseable
Parser
Functions
byte
byte_range
constant
eof
eol
i128
i16
i32
i64
i8
noop
number_range
one_of
take_while
take_while1
u128
u16
u32
u64
u8
Type Aliases
ParseResult
utils
::
parser
Function
i128
Copy item path
Settings
Help
Summary
Source
pub fn i128() -> SignedParser<
i128
>
Expand description
Parser for
i128
values.