This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
Перейти к файлу
Heath Stewart aa47914fe3
Update root crate repository URLs (#1820)
2024-09-24 22:01:04 +00:00
.devcontainer Add codespaces/devcontainer config files (#1800) 2024-09-12 16:37:46 -07:00
.github Add codespaces/devcontainer config files (#1800) 2024-09-12 16:37:46 -07:00
.vscode Add codespaces/devcontainer config files (#1800) 2024-09-12 16:37:46 -07:00
doc Update root crate repository URLs (#1820) 2024-09-24 22:01:04 +00:00
eng Better centralize and remove unused dependencies (#1798) 2024-09-12 09:19:02 -07:00
sdk fix azure_data_cosmos build with key_auth feature (#1802) 2024-09-16 11:05:11 -07:00
.clippy.toml Normalize dotfiles (#1682) 2024-06-21 10:41:16 -07:00
.editorconfig Add ADO pipeline scaffolding (#1762) 2024-08-28 21:58:33 +00:00
.gitattributes Remove all but core, identity (#1641) 2024-04-18 15:29:01 -07:00
.gitignore Return `Response<T>` from client methods (#1688) 2024-06-26 10:00:37 -07:00
.rustfmt.toml Normalize dotfiles (#1682) 2024-06-21 10:41:16 -07:00
CODE_OF_CONDUCT.md code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
Cargo.toml Define root crates azure and microsoft 2024-09-17 16:21:55 -07:00
FAQ.md update docs (#639) 2022-01-26 10:15:15 -06:00
HISTORY.md Configure and fix spelling issues (#1730) 2024-08-01 17:11:48 -07:00
LICENSE code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
NOTICE.txt import autorust_openapi (#328) 2021-08-30 14:55:45 -07:00
README.md Standardize directory structure (#1691) 2024-06-28 16:28:52 -07:00
SECURITY.md code migration from https://github.com/MindFlavor/AzureSDKForRust 2020-10-06 11:05:22 +02:00
SUPPORT.md Add support doc (#180) 2021-02-23 09:27:02 +01:00
rust-toolchain.toml Add components to rust-toolchain.toml (#1741) 2024-08-12 09:30:35 -07:00

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.