rust
Installation
SKILL.md
Rust Development
Purpose: Best practices for Rust development including ownership, error handling, concurrency, and safety patterns.
When to Use This Skill
- Building Rust applications and systems
- Working with ownership, borrowing, and lifetimes
- Implementing error handling with Result and Option types
- Writing concurrent code with threads and async
- Designing trait-based abstractions