From rust
Guides Rust testing with cargo test, unit/integration tests, Cargo.toml configuration, and common cargo commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust:testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Unit tests, integration tests, Cargo.toml configuration, and common commands.
Unit tests, integration tests, Cargo.toml configuration, and common commands.
Activate when:
For test patterns, Cargo.toml configuration, and command reference, see references/testing.md.
This skill follows core:anti-fabrication. Every claim about cargo test/cargo command
behavior and Cargo.toml configuration is verified against the Cargo Book cited in
sources.md — not inferred from generic familiarity with the tool. Before asserting a
Cargo command or flag this skill and its references do not cover, check cargo help or the
installed Cargo version's documentation rather than guessing.
2plugins reuse this skill
First indexed Jul 19, 2026
npx claudepluginhub vinnie357/claude-skills --plugin rustGuides Rust testing with cargo test, unit/integration tests, Cargo.toml configuration, and common cargo commands.
Guides through Rust testing patterns: unit, integration, async, property-based, mocking, and coverage. Follows TDD with RED-GREEN-REFACTOR cycles and practical code examples.
Guides Rust testing with unit, integration, async, property-based tests, mocking, and coverage following TDD methodology.