azure_storage_blob 0.10.1

Microsoft Azure Blob Storage client library for Rust
Documentation
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Licensed under the MIT License. See License.txt in the project root for license information.
// Code generated by Microsoft (R) Rust Code Generator. DO NOT EDIT.

#![doc = include_str!("../README.md")]
#![allow(dead_code)]
#![cfg_attr(docsrs, feature(doc_cfg))]

pub mod clients;
#[allow(unused_imports)]
mod generated;
mod parsers;
mod partitioned_transfer;
mod pipeline;
mod streams;
pub use clients::*;
pub use parsers::*;
mod logging;
pub mod models;
pub use models::error;
pub use models::error::{Result, StorageError};