toolchain-rust

Installation
SKILL.md

Rust Toolchain

Common commands for Rust projects.

Build & run

cargo build
cargo build --release
cargo run
cargo run --release
cargo run -- --arg1 value1

Testing

cargo test
cargo test -- --nocapture         # Show stdout
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
3
First Seen
Mar 1, 2026