inih_rust_migration

Crates.ioinih_rust_migration
lib.rsinih_rust_migration
version0.1.0
created_at2025-07-16 19:58:54.989198+00
updated_at2025-07-16 19:58:54.989198+00
descriptionRust wrapper or port of the INIH C INI parser
homepage
repositoryhttps://github.com/yourname/inih_rust_migration
max_upload_size
id1756544
size34,774
John Aschenbrenner (JohnnyWiseleader)

documentation

README

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 = inih_rust_migration::parse_ini_file("config.ini").unwrap();
println!("{}", parsed["server"]["port"]);
Commit count: 0

cargo fmt