azure_security_keyvault 0.7.0

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