3 releases (1 stable)
1.0.0 | Dec 29, 2021 |
---|---|
0.2.0 | Aug 26, 2022 |
0.1.0 | Sep 21, 2021 |
#15 in #azure-storage
Used in 2 crates
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–34MB
~604K SLoC