Expand description
An asynchronous parser combinator library.
Modules§
- error
- Types for error handling.
- parser
- Basic parsers and combinators.
- prelude
- Re-exports of commonly used items.
- stream
- Streams used as the input of parsers.
Macros§
- call
- Calls recursive parsers.
- parser_
state - Automatically generates a
Parser::State
orIterableParser::State
.