This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
Перейти к файлу
Larry Osterman 504d88806c
Added content to the readme for Rust Event Hubs (#1740)
* Added content to the readme for Rust Eventhubs - lost more to come

* Fixed readme.md inclusion

* Added content to the readme for Rust Eventhubs; added documentation for the Consumer module

* Added eventhubs to global cspell

* Cleaned up use of EventHubs service name (it's Event Hubs); moved StartPosition to consumer since it's a consumer construct, not a model construct; Cleaned up doccomments around the tree.
2024-08-06 16:53:49 -07:00
.github
.vscode
doc
eng
sdk
.clippy.toml
.editorconfig
.gitattributes
.gitignore
.rustfmt.toml
CODE_OF_CONDUCT.md
Cargo.toml
FAQ.md
HISTORY.md
LICENSE
NOTICE.txt
README.md
SECURITY.md
SUPPORT.md
rust-toolchain.toml

README.md

Azure SDK for Rust

This repository is for the development of the unofficial Azure SDK for Rust.

Crates

All Azure SDK for Rust crates are published on crates.io.

SDK

These SDK crates are available:

Services

Azure service crates generated from Azure REST API Specifications are available in services.

Status

🚨 WARNING 🚨: This project is under active development. Be aware that large breaking changes will happen before 1.0 is reached.

This project is the successor to the azure_sdk* crates from MindFlavor/AzureSDKForRust. The crates have been renamed, so those older crates should be considered fully deprecated. See history for more details.

Project Structure

Each supported Azure service is its own separate crate.

Building each crate should be as straight forward as cargo build, but check each crate's README for more specific information.

Mock testing framework

This library comes with a testing framework that executes against prerecorded sessions to quickly validate code changes without incurring in Azure costs. You can read more about it in the Mock testing framework's README.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.