Crate azure_storage
source ·Expand description
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:
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
Enums
- The cloud with which you want to interact.
- The kind of error
- Credentials for accessing a storage account.
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
Statics
Traits
- An extension to the
Resulttype that easy allows creatingErrorvalues from existing errors