Module configparser::ini[][src]

The ini module provides all the things necessary to load and parse ini-syntax files. The most important of which is the Ini struct. See the implementation documentation for more details.

Structs

Ini

The Ini struct simply contains a nested hashmap of the loaded configuration, the default section header and comment symbols.

IniDefault

The IniDefault struct serves as a template to create other Ini objects from. It can be used to store and load default properties from different Ini objects.