Rust Troubleshooting
Best practices, common patterns, and idiomatic Rust.
When to Use This Skill
Activate when:
- Following Rust best practices (borrowing, error propagation, iterators)
- Applying design patterns (builder, newtype)
- Choosing between &str and &String
- Writing idiomatic Rust code
For best practices, common patterns, and idiomatic guidelines, see references/troubleshooting.md.
