secret-vault 0.1.0

Library provides a secure vault to store application secrets in memory coming from Google/AWS/other secret managers
Documentation
1
2
3
4
#[cfg(feature = "aws-secretmanager")]
mod aws_secret_manager_source;
#[cfg(feature = "aws-secretmanager")]
pub use aws_secret_manager_source::AmazonSecretManagerSource;