azure_storage_blob 0.9.0

Microsoft Azure Blob Storage client library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

//! Model types for Azure Blob Storage.

pub(crate) mod content_range;
pub mod error;
mod extensions;
pub mod method_options;

pub use crate::generated::models::*;