coder-rust-performance
Installation
SKILL.md
<skill_overview> Keep Rust code fast while staying idiomatic Optimizing hot loops Reducing allocations Choosing data structures Measuring performance impact The Rust Book - Performance </skill_overview> <zero_cost_abstractions> Use iterators and closures freely; they compile to efficient code Prefer expressive, safe code and measure before micro-optimizing </zero_cost_abstractions>