Design config #17
Labels
No Label
ci
priority
critical
priority
high
priority
low
status
abandonned
status
accepted
status
help_wanted
status
in_progress
status
refused
status
review_needed
type
bug
type
discussion
type
enhancement
type
question
type
refactor
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: poc/crieur#17
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 haveDerive
macros.