Module nom

Source

Enums§

Err
The Err enum indicates the parser was not successful
ErrorKind
indicates which parser returned an error

Traits§

AsChar
transforms common types to a char for basic token parsing
Convert
FindToken
look for self in the given input stream
InputTakeAtPosition
methods to take as much input as possible until the provided function returns true for the current element

Type Aliases§

IResult
Holds the result of parsing functions