| Crates.io | ini-doc |
| lib.rs | ini-doc |
| version | 0.3.0 |
| created_at | 2025-07-24 06:12:04.347964+00 |
| updated_at | 2025-07-26 15:18:44.886683+00 |
| description | A Rust library for reading and writing INI files with support for comments and sections. |
| homepage | |
| repository | https://github.com/Orvaxis/ini-doc |
| max_upload_size | |
| id | 1765561 |
| size | 54,988 |
A Rust library for reading and writing INI files, built on top of ini-roundtrip. It preserves comments (doc info), supports ordered sections and keys by default, and provides a convenient API for editing and serialization.
indexmap by default to preserve the order of sections and keys.Add the following to your Cargo.toml:
[dependencies]
ini-doc = "0.1"
MIT License
For more examples and API details, see the source code or documentation.