LukasKalbertodt / confique

Type-safe, layered, light-weight, `serde`-based configuration library
https://docs.rs/confique
Apache License 2.0
167 stars 12 forks source link

Next steps #1

Closed LukasKalbertodt closed 1 year ago

LukasKalbertodt commented 3 years ago

There are still several things I absolutely want to add. This issue is mostly just a note to myself.

Soon

Later

amkartashov commented 2 years ago

What about allowing to derive Config for enums? I started using your library in my project and have oneof fields described by enums. I parse it with serde fow now, so it's a mixed approach.

bwidawsk commented 1 year ago

I'd really like support for default array values.

LukasKalbertodt commented 1 year ago

I'd really like support for default array values.

I implemented this now. Still haven't pushed/released, but that should happen in the coming days.

LukasKalbertodt commented 1 year ago

Locking this issue as it was meant as a note to myself. For comments or other feature requests, feel free to just open a new issue!

LukasKalbertodt commented 1 year ago

Array default values are release with 0.2.0.

I will close this as all still relevant points have their own issue now.