rops 0.1.7

SOPS-like library in pure Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod core;
pub use core::AwsKmsIntegration;

mod key_arn;
pub(crate) use key_arn::AwsKeyResourceName;

mod key_id;
pub(crate) use key_id::AwsKeyId;

mod private_key;
pub(crate) use private_key::AwsPrivateKey;

mod config;
pub(crate) use config::AwsKmsConfig;