cipherstash-dynamodb 0.8.3

CipherStash SDK for searchable, in-use encryption for DynamoDB
Documentation
1
2
3
4
5
6
7
pub mod license;
pub mod user;

#[allow(unused_imports)]
pub use license::*;
#[allow(unused_imports)]
pub use user::*;