Crate nyst

Source

Modules§

parser
Pre-built parsers for convenience.
prelude
Includes all of the necessary traits for working with nyst.

Enums§

ParseError
A container for all the different possible errors when parsing.

Traits§

Parser
Generic parser trait. Only Output and parse need to be defined to apply the trait.

Type Aliases§

ParseResult
A wrapper around Result with ParseError as the error.