Does the #rust #rustlang community know of a crate that I can include for editing config files from CLI?
I want to be able to `myapp config set foo.bar 5` but I don't want to write everything myself for doing that.
There's `toml-cli` and `toml-edit`, the former is not a library, the latter is a library but I would need to write the CLI bindings myself.
maybe someone gets nerdsniped here?