This is a Rust wrapper (and eventual full port) of the [inih](https://github.com/benhoyt/inih) C INI parser.
This project is licensed under either:
- -
```rust
let parsed = inih_rust_migration::parse_ini_file("config.ini").unwrap();
println!("{}", parsed["server"]["port"]);