I'm serializing RawConfig into TOML in my CLI and for my tests (and also to be able to construct RawConfig programmatically) it is neccesary to serialize RawConfig into a string. Some other issues have been opened about this, so I think the community is interested. This would greatly benefit many projects and I don't think it would require much work for the library. I'm currently considering opening a PR myself.
@estk
I'm serializing
RawConfiginto TOML in my CLI and for my tests (and also to be able to constructRawConfigprogrammatically) it is neccesary to serializeRawConfiginto a string. Some other issues have been opened about this, so I think the community is interested. This would greatly benefit many projects and I don't think it would require much work for the library. I'm currently considering opening a PR myself.@estk