azure_security_keyvault 0.21.0

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