{"id":13672055,"url":"https://github.com/Azure/azure-sdk-for-rust","last_synced_at":"2025-04-27T21:32:04.378Z","repository":{"id":36997986,"uuid":"295810364","full_name":"Azure/azure-sdk-for-rust","owner":"Azure","description":"This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.","archived":false,"fork":false,"pushed_at":"2024-11-06T21:25:13.000Z","size":308907,"stargazers_count":708,"open_issues_count":198,"forks_count":246,"subscribers_count":242,"default_branch":"main","last_synced_at":"2024-11-06T21:31:02.616Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Azure.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-15T18:05:06.000Z","updated_at":"2024-11-06T17:54:34.000Z","dependencies_parsed_at":"2024-11-06T21:26:51.775Z","dependency_job_id":"493cd332-3436-4026-9fe1-0f762336473c","html_url":"https://github.com/Azure/azure-sdk-for-rust","commit_stats":{"total_commits":1611,"total_committers":145,"mean_commits":"11.110344827586207","dds":0.7746741154562383,"last_synced_commit":"f473bc948cd4ae41dfd5dc3293498c8952d8dee2"},"previous_names":[],"tags_count":124,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-sdk-for-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-sdk-for-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-sdk-for-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Azure%2Fazure-sdk-for-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Azure","download_url":"https://codeload.github.com/Azure/azure-sdk-for-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223430303,"owners_count":17143623,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T09:01:25.455Z","updated_at":"2025-04-27T21:32:04.362Z","avatar_url":"https://github.com/Azure.png","language":"Rust","funding_links":[],"categories":["Rust","Libraries","Cloud"],"sub_categories":["Cloud"],"readme":"# Azure SDK for Rust\n\nThis 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.\n\n## Crates 📦\n\n[All Azure SDK for Rust crates](https://crates.io/users/azure-sdk) are published on crates.io.\n\n## Getting started\n\nTo 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.\n\nFor full file code examples, check out the `/examples` directory in any library project folder.\n\n### Installing crates\n\nUse `cargo` to install crates from the Azure SDK for Rust.\n\n```sh\ncargo add azure_identity azure_security_keyvault_secrets tokio\n```\n\n## Status\n\n🚨 WARNING 🚨: This project is under active development. Be aware that large breaking changes may happen before 1.0 is reached.\n\nThis 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.\n\n## Project Structure\n\nEach supported Azure service is its own separate crate.\n\nBuilding each crate should be as straight forward as `cargo build`, but check each crate's README for more specific information.\n\n## Need help?\n\n- For reference documentation visit [docs.rs](https://docs.rs/).\n- For examples, go to the `examples` subdirectory in any library's project folder e.g., `/sdk/identity/azure_identity/examples`\n- Have a question, or find a bug? File an issue via [GitHub Issues](https://github.com/Azure/azure-sdk-for-rust/issues/new/choose).\n- Check [previous questions](https://stackoverflow.com/questions/tagged/azure+rust) or ask new ones on StackOverflow using the `azure` and `rust` tags.\n\n### Reporting security issues and security bugs\n\nSecurity issues and bugs should be reported privately, via email, to the Microsoft Security Response Center (MSRC) \u003csecure@microsoft.com\u003e. You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Further information, including the MSRC PGP key, can be found in the [Security TechCenter](https://www.microsoft.com/msrc/faqs-report-an-issue).\n\n## We want your thoughts\n\n### Feature Requests\n\nWhat features are important to you? You can let us know by looking at our open [feature requests](https://github.com/Azure/azure-sdk-for-rust/issues?q=is%3Aopen+is%3Aissue+label%3Afeature-request+sort%3Areactions-%2B1-desc) and sharing your thoughts by giving the issue a thumbs up or thumbs down. (Note the list is sorted by the number of thumbs up in descending order.)\n\n### Design Discussions\n\nWe would love to incorporate the community's input into our library design process. Here's a list of [design discussions](https://github.com/Azure/azure-sdk-for-rust/labels/design-discussion) that we're currently having. Participate in the discussions by leaving your comments in the issue!\n\n## Contributing\n\nFor details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-rust/blob/main/CONTRIBUTING.md).\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit \u003chttps://cla.opensource.microsoft.com\u003e.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-sdk-for-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAzure%2Fazure-sdk-for-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAzure%2Fazure-sdk-for-rust/lists"}