Design config #17

Open
opened 2021-04-28 03:51:06 +02:00 by koalp · 0 comments
Owner

Currently, the config is done using environment variables.

It could be nice to have several ways to config (system defaults, system), with a layered system.

With this system, it could be nice to be able to autogenerate config reference from rust code. (or generate rust code from config reference)

implementation

It could be done using the rust config crate, but this trait lacks Derive macro to create config from struct.

The config_me carte allows to generate rust config code from reference (toml), but do not have Derive macros.

Currently, the config is done using environment variables. It could be nice to have several ways to config (system defaults, system), with a layered system. With this system, it could be nice to be able to autogenerate config reference from rust code. (or generate rust code from config reference) ### implementation It could be done using the rust [`config` crate](https://github.com/mehcode/config-rs), but this trait lacks Derive macro to create config from struct. The [`config_me` carte](https://github.com/Kixunil/configure_me) allows to generate rust config code from reference (toml), but do not have `Derive` macros.
koalp added this to the v0.x.x - before stabilization milestone 2021-04-28 03:51:06 +02:00
koalp added the
status
review_needed
type
discussion
labels 2021-04-28 03:51:06 +02:00
Sign in to join this conversation.
No description provided.