Module components

Source
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 or B.
OneOfFour
One of A, B, C, or D.
OneOfThree
One of A, B, or C.