What problem does it solve?
This Skill provides comprehensive Rust development guidelines derived from real-world code reviews, helping teams write safer, more idiomatic, and high-performance Rust code while avoiding common pitfalls.
Core Features & Use Cases
- Comprehensive Rules: 20+ lessons covering error handling, ownership, and patterns for robust Rust.
- Boundaries & Validation: Guidance on input validation, error propagation, and safe API design.
- Practical Deep Dives: Deep dives on file I/O safety, type safety, and performance optimization.
- Use Case: When reviewing a Rust PR, quickly reference best-practice checks to ensure idiomatic and safe changes.
- Immediate Guidance: A Quick Start to scan the Quick Reference and core deep-dives.
Quick Start
Start with the Quick Reference (quick-reference.md) and read Error Handling Deep Dive, File I/O Deep Dive, and Type Safety Deep Dive to establish a solid baseline.