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
- 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