CLI and library for encrypting keys and values using client-side encryption with AWS KMS keys.
```shell
cargo build cargo run
cargo build --release cargo run --release ```
Using rustfmt
shell
cargo fmt
Using Clippy
shell
cargo clippy
cargo clippy --fix
shell
cargo update