Crate ini_file_parser

Crate ini_file_parser 

Source

Structs§

Config
Representation of the parsed configuration file.
INIGrammar
The main INI grammar parser based on Pest grammar definition.
Section
Represents a section in the INI file, containing key-value pairs.

Enums§

ParseError
Errors that may occur during parsing.
Rule
Value
Represents a values of the section, containing string and array value.

Functions§

parse_ini
Parses the given INI content into a Config structure.