Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Improve config unification #136

Closed Ichmed closed 9 months ago

Ichmed commented 1 year ago

As of #131 both serde_yaml and yaml-rust are used to achieve proper unification of multiple configuration files. Ideally the unification would take place on a struct level instead of the input.

Benefits:

Requirements:

There are probably crates the fulfill all/some of these requirements with a derive macro already.

Ichmed commented 9 months ago

Included in #178