Crates.io | ini-roundtrip |
lib.rs | ini-roundtrip |
version | 0.2.0 |
source | src |
created_at | 2023-03-20 16:21:43.1381 |
updated_at | 2024-09-06 20:04:32.994578 |
description | Fast format preserving (round-tripping) INI-parser |
homepage | |
repository | https://github.com/VorpalBlade/ini-roundtrip |
max_upload_size | |
id | 815465 |
size | 36,535 |
[ 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.
Current minimum supported Rust version is 1.74.0. This may be updated as needed. MSRV bump is not considered a semver breaking change.