config-parser

How to Develop

curl https://sh.rustup.rs -sSf | sh # install Rust
cargo test # to run tests

References

Usage example

cargo run -- --template slapd.conf test-1=yo test-2=yo2 test3=hihi test_4=blah_-test

Thanks

  • nom as the parsing library