[][src]Module configparser::ini

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.

Functions

loadDeprecated

A public function of the module to load and parse files into a hashmap. Support for this function will be dropped in the near future and replaced with a macro.