azure_security_keyvault 0.12.0

Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault
Documentation
1
2
3
4
5
6
7
8
9
10
mod decrypt;
mod encrypt;
mod get_key;
mod get_random_bytes;
mod sign;
pub use decrypt::*;
pub use encrypt::*;
pub use get_key::*;
pub use get_random_bytes::*;
pub use sign::*;