Modules§
Structs§
- Cursor
- A specific position inside a
Reader
. - Quantifier
- A quantifier that specify a range of repetitions with both ends included.
- Reader
- A
String
reader that moves a cursor the reader updated. - Span
- A Span is a set of meta information about the location of a substring.
Enums§
- Parser
Result Error - The type of errors that parser method can return.
Type Aliases§
- Parser
Result - The result of every parser method.