Azure SDK for Rust - Azure Messaging Queues

Azure Messaging Queues 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.

Usage

To set this crate as a dependency, add this to your Cargo.toml

toml [dependencies] azure_messaging_queues = { version = "0.1.0", git = "https://github.com/Azure/azure-sdk-for-rust" }