We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
like the one in std: https://doc.rust-lang.org/std/macro.option_env.html
If the var isn't there, it returns None, instead of raising a compile error. There doesn't seem to be a way to do this with dotenvy currently.
The text was updated successfully, but these errors were encountered:
Good idea! PRs are welcome.
Sorry, something went wrong.
Due to new configs, many macros would be required to cover the config space. Superseded by #128
Successfully merging a pull request may close this issue.
like the one in std: https://doc.rust-lang.org/std/macro.option_env.html
If the var isn't there, it returns None, instead of raising a compile error. There doesn't seem to be a way to do this with dotenvy currently.
The text was updated successfully, but these errors were encountered: