azure_storage_blobs 0.1.0

Rust wrappers around Microsoft Azure Storage Blobs REST APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Azure SDK for Rust - Azure Storage Blobs

Azure Storage Blobs crate for the unofficial Microsoft Azure SDK for Rust. This crate is part of a collection of crates: for more information please refer to [https://github.com/azure/azure-sdk-for-rust](https://github.com/azure/azure-sdk-for-rust).

## Usage

To set this crate as a dependency, add this to your Cargo.toml

```toml
[dependencies]
azure_storage_blobs = { version = "0.1.0", git = "https://github.com/Azure/azure-sdk-for-rust" }
```