azure_security_keyvault 0.7.0

Rust wrapper around Microsoft Azure REST APIs for Azure Key Vault
Documentation
1
2
3
4
5
6
7
8
mod backup;
mod get_certificate;
mod get_versions;
mod update_properties;
pub use backup::*;
pub use get_certificate::*;
pub use get_versions::*;
pub use update_properties::*;