https://github.com/vorpalblade/ini-roundtrip
Format preserving INI parser for Rust
https://github.com/vorpalblade/ini-roundtrip
ini parser rust
Last synced: about 1 year ago
JSON representation
Format preserving INI parser for Rust
- Host: GitHub
- URL: https://github.com/vorpalblade/ini-roundtrip
- Owner: VorpalBlade
- License: mit
- Created: 2023-03-20T16:10:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-24T19:03:43.000Z (over 1 year ago)
- Last Synced: 2025-03-24T20:22:30.358Z (over 1 year ago)
- Topics: ini, parser, rust
- Language: Rust
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fast format preserving (round-tripping) INI-parser
[ [crates.io] ] [ [lib.rs] ] [ [docs.rs] ]
`ini-roundtrip` is a fast format preserving (round-tripping) streaming INI
parser that attempts to work on arbitrary INI files.
The code is inspired by and heavily based on [ini_core].
## MSRV
Current minimum supported Rust version is 1.74.0. This may be updated as
needed. MSRV bump is not considered a semver breaking change.
[crates.io]: https://crates.io/crates/ini-roundtrip
[docs.rs]: https://docs.rs/ini-roundtrip
[ini_core]: https://github.com/CasualX/ini_core
[lib.rs]: https://lib.rs/crates/ini-roundtrip