Module ini

Module ini 

Source
Expand description

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.
WriteOptions
Use this struct to define formatting options for the pretty_write functions.