rust-implementation
Installation
SKILL.md
Rust Implementation
Rule
Implement the smallest clear production change that satisfies the behavior contract. Prefer safe Rust, explicit ownership, small modules, clear error types, and testable boundaries over premature traits, macros, or dependencies.
Hard Stops
Ask before: