Crate somen

Source
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 or IterableParser::State.