[][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.

Structs

Ini

The Ini struct simply contains a hashmap of the loaded configuration.

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.