About
This skill provides a specialized framework for developing Rust projects with a focus on speed, reproducibility, and alignment with high-performance repository standards. It automates the setup of optimized toolchains using mold and sccache, enforces strict linting with clippy-as-error, implements advanced testing with nextest, and ensures feature-matrix coverage via cargo-hack. By bridging the gap between local development and CI environments, it eliminates environment-specific bugs and significantly reduces compilation times for complex crates.