You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,30 @@
1
1
# Azure SDK for Rust
2
2
3
-
This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting [Docs.rs](https://docs.rs/) and looking up the docs for any of libraries in the SDK.
3
+
This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK, we recommend visiting [Docs.rs](https://docs.rs/) and looking up the docs for any of libraries in the SDK.
4
+
5
+
## Crates 📦
6
+
7
+
[All Azure SDK for Rust crates](https://crates.io/users/azure-sdk) are published on crates.io.
4
8
5
9
## Getting started
6
10
7
11
To get started with a library, see the `README.md` file located in the library's project folder. You can find these library project folders grouped by service in the `/sdk` directory.
8
12
9
13
For full file code examples, check out the `/examples` directory in any library project folder.
10
14
11
-
> Microsoft is developing the official Azure SDK for Rust crates and has no plans to update this unofficial crate.
12
-
> In the future we may release an official version that may have a different package name.
13
-
> If releasing an official version of this crate is important to you [let us know](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose).
14
-
>
15
-
> Source for this crate can now be found in <https://github.com/Azure/azure-sdk-for-rust/tree/legacy>.
16
-
> To monitor for an official, supported version of this crate, see <https://aka.ms/azsdk/releases>.
15
+
### Installing crates
17
16
18
-
## Crates
17
+
Use `cargo` to install crates from the Azure SDK for Rust.
19
18
20
-
[All Azure SDK for Rust crates](https://crates.io/teams/github:azure:azure-sdk-publish-rust) are published on crates.io.
19
+
```sh
20
+
cargo add azure_identity azure_security_keyvault_secrets tokio
21
+
```
21
22
22
23
## Status
23
24
24
25
🚨 WARNING 🚨: This project is under active development. Be aware that large breaking changes may happen before 1.0 is reached.
25
26
26
-
This project is the successor to the `azure_sdk*` crates from [MindFlavor/AzureSDKForRust](https://github.com/MindFlavor/AzureSDKForRust). The crates have been renamed, so those older crates should be considered fully deprecated. See [history](HISTORY.md) for more details.
27
+
This project is the successor to the `azure_sdk*` crates from [MindFlavor/AzureSDKForRust](https://github.com/MindFlavor/AzureSDKForRust). The crates have been renamed, so those older crates should be considered fully deprecated.
0 commit comments