dotenvx_rs/
lib.rs

1pub mod common;
2pub mod dotenvx;
3
4pub use dotenvx::{dotenv, from_path};