Expand description
§azure_storage
Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate. In the future we may release an official version that may have a different package name. If releasing an official version of this crate is important to you let us know.
Source for this crate can now be found in https://github.com/Azure/azure-sdk-for-rust/tree/legacy. To monitor for an official, supported version of this crate, see https://aka.ms/azsdk/releases.
Storage types and traits for the Rust Azure SDK.
This crate is part of the unofficial Azure SDK effort in Rust. For more information on the project, and an overview of other crates, please refer to our GitHub repository.
Please use these crates for additional functionality:
License: MIT
Modules§
Macros§
- create a “response” struct of a certain name, containing certain headers.
Structs§
- A storage connection string.
- An error encountered from interfacing with Azure
- Credentials for accessing a storage account.
Enums§
- The cloud with which you want to interact.
- The kind of error
Constants§
- The well-known account used by Azurite and the legacy Azure Storage Emulator. https://docs.microsoft.com/azure/storage/common/storage-use-azurite#well-known-storage-account-and-key
- The well-known account key used by Azurite and the legacy Azure Storage Emulator. https://docs.microsoft.com/azure/storage/common/storage-use-azurite#well-known-storage-account-and-key
Traits§
- An extension to the
Result
type that easy allows creatingError
values from existing errors