Skip to content

Commit fb0b3af

Browse files
Update README.md to remove legacy warning (#2192)
1 parent 6bfce55 commit fb0b3af

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,30 @@
11
# Azure SDK for Rust
22

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.
48

59
## Getting started
610

711
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.
812

913
For full file code examples, check out the `/examples` directory in any library project folder.
1014

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
1716

18-
## Crates
17+
Use `cargo` to install crates from the Azure SDK for Rust.
1918

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+
```
2122

2223
## Status
2324

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

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.
2728

2829
## Project Structure
2930

0 commit comments

Comments
 (0)