dotenvx 0.2.2

A secure environment variable management tool with built-in encryption
Documentation
1
2
3
4
5
pub mod ecies;
pub mod keypair;

pub use ecies::{decrypt, encrypt};
pub use keypair::Keypair;