Rust Cargo Check

Prefer `cargo check` over `cargo build` when making Rust code changes. Use `cargo check` to quickly verify code compiles; only use `cargo build` when you need to run the executable.

majiayu000 4a4f2be 2 files · 4.0 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/rust-cargo-check commit 4a4f2bef52

Frequently asked questions

npx skillmds add majiayu000/rust-cargo-check