#azure-sdk #azure-storage #azure #sdk #cloud #iot #azure-rest

azure_storage_mirror

Rust wrappers around Microsoft Azure Storage REST APIs

3 releases (1 stable)

1.0.0 Dec 29, 2021
0.2.0 Aug 26, 2022
0.1.0 Sep 21, 2021

#14 in #azure-storage

35 downloads per month
Used in 2 crates

MIT license

670KB
17K SLoC

Azure SDK for Rust - Azure Storage

Azure storage 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.

Building

This crate has several features depending on what part of the storage service you need:

  • Account
  • Blob
  • Queue
  • Table

By default all of these features are turned on. If you only need a specific feature, make sure to specify which features you need in your Cargo.toml file like so:

azure_storage = { version = "0.2", default-features = false, features = ["blob"] }

Dependencies

~18–33MB
~615K SLoC