rust
CommunityStreamline Rust development with check-first workflow.
Authorlanej
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill addresses the common pain point of slow compilation times in Rust development, especially with optimized release builds. It provides a workflow that prioritizes fast feedback loops, allowing you to iterate quickly and efficiently.
Core Features & Use Cases
- Fast Compilation Checks: Use
cargo checkfor rapid verification of code compilation without generating binaries, significantly speeding up your development cycle. - Iterative Development: Leverage
cargo runto build debug binaries and execute your code in one command, ideal for testing functionality during active development. - Code Quality Assurance: Integrate
cargo clippyto automatically fix and identify code quality and style issues early, ensuring cleaner, more maintainable code. - Use Case: When developing a new Rust feature, you can repeatedly run
cargo test,cargo check, andcargo clippy --fixfor instant feedback, only usingcargo runto test execution, and avoiding slow release builds until absolutely necessary.
Quick Start
Run the full validation sequence for the current Rust project: tests, compilation check, and clippy.
Dependency Matrix
Required Modules
rustupcargo
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: rust Download link: https://github.com/lanej/dotfiles/archive/main.zip#rust Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.