azure_sdk_for_rust 0.12.0

Rust wrappers around Microsoft Azure REST APIs
1
2
3
4
5
6
7
8
pub mod blob;
pub mod client;
pub mod container;
mod rest_client;
pub mod table;

mod into_azure_path;
pub use self::into_azure_path::IntoAzurePath;