ini-roundtrip 0.1.2

Fast format preserving (round-tripping) INI-parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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].


[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