ini-roundtrip

Crates.ioini-roundtrip
lib.rsini-roundtrip
version0.1.3
sourcesrc
created_at2023-03-20 16:21:43.1381
updated_at2024-02-12 23:22:35.270036
descriptionFast format preserving (round-tripping) INI-parser
homepage
repositoryhttps://github.com/VorpalBlade/ini-roundtrip
max_upload_size
id815465
size30,731
Arvid Norlander (VorpalBlade)

documentation

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.70.0. This may be updated as needed. MSRV bump is not considered a semver breaking change.

Commit count: 17

cargo fmt