rust-development
Installation
SKILL.md
Rust Development
This skill enforces new code or code changes to conform to proper Rust guidelines.
When to Use
Activate this skill when:
- Writing new Rust code
- Reviewing or modifying existing Rust code
- Designing Rust APIs, libraries, or applications
- Refactoring Rust codebases
Required before submitting code:
- All code must pass
cargo clippy -- -D warnings - All code must be formatted with
cargo +nightly fmt