Expand description
Basic components.
Structs§
- AnyChar
- A character.
- Char
- A specific character.
- Digit
- A digit.
- Empty
- Empty item.
- Eos
- End-Of-String.
- Items
- Variable length items split by delimiters.
- Maybe
- Optional item.
- NonEmpty
- Non-empty item.
- Not
- Not a specified item.
- Str
- A specified string (characters).
- While
- Indicating to continue parsing while
T::parse()
is succeeded. - Whitespace
- A whitespace (cf.
char::is_ascii_whitespace()
).
Enums§
- Either
- Either
A
orB
. - OneOf
Four - One of
A
,B
,C
, orD
. - OneOf
Three - One of
A
,B
, orC
.