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. Use when this capability is needed.

tomevault-io cce3bb7 2 files · 4.0 KB Updated

File contents

tomevault-io/skills-registry/tree/main/forrestthewoods--anubis--rust-cargo-check commit cce3bb7a8b

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-cargo-check