-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from_iter #40
Comments
Are you talking about adding an API called |
Yes. Is that ok? It would make serde-env a drop-in replacement for envy. c.f. softprops/envy#76 (comment) |
Yep, it looks good to me! Would you like to impelment it? |
ya, will do tmr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tests use https://crates.io/crates/temp-env , which is nice, but I would prefer to be using something like
envy.from_iter
https://github.com/softprops/envy/blob/e22035c3b91f999c325a44c0c77f0e6e05750da3/src/lib.rs#L330For context, I am interested in a
from_iter
for my tests in a crate which usesserde-env
The text was updated successfully, but these errors were encountered: