rust-development
Installation
SKILL.md
Rust Development Skill
Patterns, templates, and procedures for building high-quality Rust applications and libraries. Based on Microsoft Pragmatic Rust Guidelines and Rust API Guidelines.
When to Use
- Setting up a new Rust project or workspace
- Configuring
Cargo.tomlwith recommended lints and dependencies - Implementing error handling (library vs application)
- Writing async code with tokio
- Reviewing or writing
unsafecode - Optimizing performance with benchmarks
- Structuring a crate for public API quality