mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Example: Best practice for load/save #390

Open jesperpedersen opened 1 year ago

jesperpedersen commented 1 year ago

It could be an idea to have a best practice example of loading a configuration from a file, changing a value, and then saving it out in say a .toml format.