Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vorpalblade/ini-roundtrip
Format preserving INI parser for Rust
https://github.com/vorpalblade/ini-roundtrip
ini parser rust
Last synced: 9 days 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 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T06:24:15.000Z (2 months ago)
- Last Synced: 2024-10-08T12:36:57.076Z (about 1 month ago)
- Topics: ini, parser, rust
- Language: Rust
- Homepage:
- Size: 71.3 KB
- Stars: 1
- 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