Crate mininip

Source
Expand description

An minimalist ini file parser (MinIniP stands for Minimalist Ini Parser). It is written in Rust but I would export its API to the C programming language in order to make various bindings

Modulesยง

datas
The basic datas structures like Identifier and Value
dump
Provides tools to generate a INI file from any data
errors
This module contains several error error types and their implementations
parse
Provides tools to parse an INI file