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§
- Parse
Error - 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.