Modules§
- parser
- Pre-built parsers for convenience.
- prelude
- Includes all of the necessary traits for working with nyst.
Enums§
- Parse
Error - A container for all the different possible errors when parsing.
Traits§
- Parser
- Generic parser trait.
Only
Output
andparse
need to be defined to apply the trait.
Type Aliases§
- Parse
Result - A wrapper around
Result
withParseError
as the error.