| Crates.io | inih_rust_migration |
| lib.rs | inih_rust_migration |
| version | 0.1.0 |
| created_at | 2025-07-16 19:58:54.989198+00 |
| updated_at | 2025-07-16 19:58:54.989198+00 |
| description | Rust wrapper or port of the INIH C INI parser |
| homepage | |
| repository | https://github.com/yourname/inih_rust_migration |
| max_upload_size | |
| id | 1756544 |
| size | 34,774 |
This is a Rust wrapper (and eventual full port) of the inih C INI parser.
This project is licensed under either:
LICENSE)LICENSE-BSD, if included)let parsed = inih_rust_migration::parse_ini_file("config.ini").unwrap();
println!("{}", parsed["server"]["port"]);