Senior Rust Practices
Installation
SKILL.md
Senior Rust Development Practices
Battle-tested patterns for Rust workspace architecture, code organization, dependencies, and testing that scale from prototype to production.
Completion Requirements
Before completing ANY Rust task, you MUST:
- Run tests:
cargo test --workspace --release - Fix any issues before declaring done
Workspace Architecture
Start from "One Product = One Repo = One Workspace"
Use a Rust workspace when you have: