secret-vault 1.1.3

Library provides a secure vault to store securely application secrets in memory from Google/AWS/K8S and environment variables
Documentation
1
2
3
4
5
6
7
#[cfg(feature = "ahash-snapshot")]
mod ahash_snapshot;
#[cfg(feature = "ahash-snapshot")]
pub use ahash_snapshot::*;

mod std_hash_snapshot;
pub use std_hash_snapshot::*;