Open
Description
Currently, when setting defaults with ConfigBuilder::set_default
there's no type safety when used in combination with Config::try_deserialize
. Meaning, that if I change the type I'm serializing to, I might miss adjusting the set_default
strings accordingly. Ideally those would be coupled to my type somehow.
Not sure if this even possible. I'd be interested in contributing if someone has an idea. Thanks for the config crate either way!