issues
search
LukasKalbertodt
/
confique
Type-safe, layered, light-weight, `serde`-based configuration library
https://docs.rs/confique
Apache License 2.0
169
stars
10
forks
source link
Add more template format options
#8
Open
LukasKalbertodt
opened
2 years ago
LukasKalbertodt
commented
2 years ago
Some ideas what users might want to configure:
Whether the type or the field comment from nested fields is used
Whether the actual value is commented out, e.g.
#foo =
or
foo =
What string quotes to use (YAML & JSON), i.e. single or double quoted. Also when to allow bare string literals?
...
Some ideas what users might want to configure:
#foo =
orfoo =