dotenvx-rs 0.2.0

Dotenvx is a Rust command-line/library to encrypt your .env files - limiting their attack vector while retaining their benefits
Documentation
1
2
3
4
pub mod common;
pub mod dotenvx;

pub use dotenvx::{dotenv, from_path};