Module parser

Source
Expand description

Provides a simplistic Parser that converts the PlayOnBSD Database (either provided as a string or as a file) into a vector of Game objects.

Structs§

Parser
Parser provides a parser that can be created using the Parser::new method which takes a ParsingMode enum as only argument.

Enums§

ParserResult
Represent the result of the parsing.
ParsingMode
The ParsingMode enum is used to represent the two parsing modes supported by Parser:

Traits§

State