Module parser

Module parser 

Source
Expand description

Basic definitions for working with the parser.

If you’re looking for a convenient way to parse data, you don’t need to dive into the details of the parser. The ParseIt::parse method abstracts away all the complexity, making it easy to use.

However, if you’re interested in learning more about how the parser works under the hood, you can refer to the ParserState documentation.

Structs§

Error
An error that occurred during parsing.
ParserState
The inner state of a parser.