Expand description
A simple, zero-dependency dotenv
implementation for Rust. Use this library to load environment variables
from a .env
file into your program’s environment.
Functions§
- load
- Finds and loads a
.env
fromenv::current_dir()
. - load_
buf - Load a
.env
from aBufReader
.