INIH Rust Migration
This is a Rust wrapper (and eventual full port) of the inih C INI parser.
License
This project is licensed under either:
- MIT license (see
LICENSE) - or BSD 3-Clause license (see
LICENSE-BSD, if included)
Example
let parsed = parse_ini_file.unwrap;
println!;