Cargo Build

Cargo Build

rootwarp 85bf3ef 302 B Updated

File contents

/cargo-build

Build the Rust project.

Instructions

Run the Cargo build command to compile the project:

cargo build

For release builds:

cargo build --release

If there are build errors, analyze them and suggest fixes.

rootwarp/claude-code-plugins-monorepo/tree/main/plugins/rust/skills/cargo-build commit 85bf3efe84

Frequently asked questions

npx skillmds@latest add rootwarp/cargo-build