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:

  1. Run tests: cargo test --workspace --release
  2. Fix any issues before declaring done

Workspace Architecture

Start from "One Product = One Repo = One Workspace"

Use a Rust workspace when you have:

Installs
GitHub Stars
1
First Seen
Senior Rust Practices — clementwalter/claudine