dotenvx 0.2.2

A secure environment variable management tool with built-in encryption
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod fs;
pub mod logger;

pub use error::{DotenvxError, Result};
pub use fs::find_env_files;
pub use logger::init_logging;