Replies: 4 comments
-
https://github.com/TheNeikos/envious - env only, very similar to serde-env |
Beta Was this translation helpful? Give feedback.
0 replies
-
Two more
|
Beta Was this translation helpful? Give feedback.
0 replies
-
A bit off-topic, https://github.com/withoutboats/configure is very old and now unmaintained, and likely doesnt support nesting, but is notable for being very early in the attempts to do "12-factor" in Rust. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have seen a few libraries doing similar. It would be good to collate a list of them, and then add them to the readme.
Probably the main criteria is being able to support nested structures.
softprops/envy#26 & softprops/envy#55 - still open issues in
envy
, and softprops/envy#52 is a PR regarding supporting hashmap & available at fork https://github.com/bnjjj/envy.https://github.com/SergioBenitez/Figment supports multiple sources of config, with an env provider that supports arrays & mappings.
Beta Was this translation helpful? Give feedback.
All reactions