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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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