What problem does it solve?
This Skill helps developers adhere to Rust best practices by providing formatting, linting, and safety comment conventions, reducing bugs and improving code consistency.
Core Features & Use Cases
- Formatting Enforcement: Automatically format Rust code using
cargo fmt.
- Linting: Run
cargo clippy to catch common mistakes and enforce coding standards.
- Safety Comments: Guide developers on when and how to document safety assumptions around
unwrap calls.
- Use Case: A team reviews their Rust project to ensure code consistency and safety comments before code review or merging.
Quick Start
Use this skill to verify that your Rust project is properly formatted and free of lint warnings before committing changes.