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

is it possible to update a configuration file using config-rs? #468

Closed Masber closed 9 months ago

Masber commented 9 months ago

Hi,

I am using config-rs to read a toml file, is it also possible to modify a configuration file using this library?

thank you

polarathene commented 9 months ago

Duplicate of https://github.com/mehcode/config-rs/issues/390 https://github.com/mehcode/config-rs/issues/111 https://github.com/mehcode/config-rs/issues/176 https://github.com/mehcode/config-rs/issues/30 ?

Answer was also documented as unsupported: https://github.com/mehcode/config-rs/pull/254/files

matthiasbeyer commented 9 months ago

No, this functionality is not provided by config-rs.