Crate nyst

source · []

Modules

Pre-built parsers for convenience.

Includes all of the necessary traits for working with nyst.

Enums

A container for all the different possible errors when parsing.

Traits

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

Type Definitions

A wrapper around Result with ParseError as the error.