Structs§
- Main structure associated to
iterator
.
Enums§
- State 🔒
Functions§
- Transforms an
ErrMode::Cut
(unrecoverable) toErrMode::Backtrack
(recoverable) - Calls the parser if the condition is met.
- Transforms an
ErrMode::Backtrack
(recoverable) toErrMode::Cut
(unrecoverable) - Succeed, consuming no input
- Match the end of the
Stream
- A parser which always fails.
- Repeats the embedded parser, lazily returning the results
- Succeeds if the child parser returns an error.
- Apply the parser without advancing the input.
- Return the remaining input.
- Return the length of the remaining input.
- A placeholder for a not-yet-implemented
Parser