rust-performance-best-practices
Installation
SKILL.md
Rust Performance Best Practices
Expert-level performance optimization guide for Rust. Contains 41 rules across 8 categories with real benchmarks, failure modes, and profiling workflows.
The Optimization Workflow
CRITICAL: Most Rust code doesn't need optimization. Profile first, optimize second.