Allan Zhang
Allan Zhang
It should follow the attribute macro. Like: ```rs load!(path = "./.env", required = true, override_ = false) ```
Thanks. This will be fixed in the next release.
This is really great! Please give me a day or two to review. Is there anywhere in particular I should pay attention to?
I'd rather keep them in this repo. The projects are closely related. Sorry to keep you waiting. I will review it this afternoon.
@sonro I added my comments on `Efb` above. But if we are adding a safe API, then I am sure this harness will look different. Would you rather wait for...
I have a setup for this in my Pingora app. PR incoming
Duplicate of #69
This is [on the roadmap for Pingora](https://github.com/cloudflare/pingora/issues/95).
The features described on the master branch are for the upcoming 0.16 version, which is not released yet. It is still under development.
@nuke-web3 You can [specify dependencies from git repositories](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories). ```toml [dependencies] dotenvy = { git = "https://github.com/allan2/dotenvy" } ``` However, this API will stlil be changed before the final release due...