QEDK / configparser-rs

A simple configuration parsing utility with no dependencies built on Rust.
https://crates.io/crates/configparser
Other
66 stars 21 forks source link

Implement parsing multiline configs from #28 #31

Closed VirxEC closed 2 years ago

VirxEC commented 2 years ago

Re-implements PR #28 with requested changes and moving tests to the tests.rs file.

Will also close #26 .

QEDK commented 2 years ago

Thanks @VirxEC and @jgrund for the contribution! 🥳