Replies: 1 comment
-
@alshdavid, this is precisely the new recommended behaviour in v0.16.
|
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
-
Looking at the API it seems to load the dotenv file into the process environment. This is undesirable for my use case as I'd like to simply parse the env file from a specified file path to a
HashMap<String, String>
.Is this possible with the current crate?
Beta Was this translation helpful? Give feedback.
All reactions