What problem does it solve?
This skill captures the Rust-specific best practices that override the universal coding rules so every review, design decision, and implementation honors clippy guidance and ownership safety.
Core Features & Use Cases
- Rust-centric Naming and Formatting: Highlights clippy-backed naming conventions, formatting via rustfmt, and module layout expectations that differ from generic rules.
- Ownership, Error Handling, and Safety: Guides teams through borrowing discipline, smart pointer usage, panic avoidance, and documented unsafe blocks that are unique to Rust.
- Testing to Deployment: Recommends idiomatic testing approaches, dependency handling, concurrency strategies, and git workflow rules tailored for Rust crates.
Quick Start
Instruct the Skill to apply Rust coding rules to your current crate and call out any deviations from clippy-approved patterns before committing.