[][src]Crate loadenv

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 from env::current_dir().

load_buf

Load a .env from a BufReader.