Run pre-commit checks for a specific set of crates. Use this when validating changes under sdk/cosmos before committing or during code review.
Azure/azure-sdk-for-rust
SkillsMP has collected 9 skills from Azure/azure-sdk-for-rust. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 9
- GitHub stars
- 885
- GitHub forks
- 364
Skills in this repository
Showing 9 of 9 collected skills.
Check and fix spelling in project source files using cSpell.
Generate a new performance test
Generate a new recorded integration test
Create a new Azure SDK crate from a TypeSpec specification.
Check and fix formatting and other issues in markdown files using markdownlint-cli2.
Update the pinned stable and nightly Rust toolchain versions used by the repository
Enforce consistent struct design conventions across sdk/cosmos crates. Validates visibility modifiers, field privacy, #[non_exhaustive] usage, and construction API patterns (`Default`/`new` with `with_*` setters, or optional separate builders with…
Update the TypeSpec emitter for Rust and optionally regenerate all clients