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.
- Parser
State - The inner state of a parser.