What problem does it solve?
Rust development often suffers from inconsistent coding standards, mismanaged workspace architectures, and brittle dependency handling. This skill enforces strict FAIL FAST error handling, guides workspace structure, and automates common dependency management tasks to keep Rust projects healthy and maintainable.
Core Features & Use Cases
- Enforces Edition 2024 and propagate errors with ? or return Err across crates.
- Provides workspace architecture guidance and standardized module layout to keep projects scalable.
- Automates dependency version checks and updates, ensuring compatible crates across the workspace.
- Encapsulates common Rust patterns and practices to expedite development and reduce edge-case bugs.
Quick Start
Run rust-dev to initialize guidelines, run automated checks, and kick off a review workflow.