Registry / cloud / azure-sdk-storage-core

azure-sdk-storage-core

JSON →
library0.44.4rscratesunverified

Rust wrappers around Microsoft Azure REST APIs - Core storage crate.

# Cargo.toml [dependencies] azure_sdk_storage_core = "0.44.4"
INSTALL
IMPORT
SIG · AZURE-SDK-STORAGE-
A
azure-sdk-storage-core
cloudrustv0.44.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Client
use azure_sdk_storage_core::client::Client;

Create an Azure Storage client.

use azure_sdk_storage_core::client::Client; let client = Client::new("account_name", "account_key").unwrap(); // Use client to interact with Azure Storage
Debug
Known issues
gotchaRequires feature flags for specific storage services (e.g., blob, table).
fix
Enable features like "blob" or "table" in Cargo.toml.
affects: >=0.44.0
Upgrade
Version history
0.44.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
azure-sdk-storage-core — cargo add azure-sdk-storage-core · libregistry