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
.envfromenv::current_dir(). - load_
buf - Load a
.envfrom aBufReader.