dotenv-rs / dotenv

Library to help supply environment variables in testing and development
MIT License
557 stars 85 forks source link

Support dotenv-flow loading strategy #85

Open cdellacqua opened 1 year ago

cdellacqua commented 1 year ago

Would you consider adding support for dotenv-flow?

If so, I can issue a pull request that adds a "dotenv_flow()" function that implements the alternative loading strategy. This way the end user can decide whether to use the classic "dotenv()" function (that would remain untouched) or the flow variant.