It would be useful to make it possible for one field to come from multiple different names. Especially interesting for making backwards-compatible changes. New configs can use the new name while old ones still work. We probably just have to forward an attribute to serde 🤔 Well, the config template should probably mention all aliases as well?
It would be useful to make it possible for one field to come from multiple different names. Especially interesting for making backwards-compatible changes. New configs can use the new name while old ones still work. We probably just have to forward an attribute to
serde🤔 Well, the config template should probably mention all aliases as well?