Rust Test Tools

Dynamic check toolkit beyond cargo test — cargo-careful (Miri fallback for FFI), loom (concurrency model checker), proptest (property tests), cargo-fuzz (libFuzzer), cargo-mutants (mutation testing). Use when authoring tests for unsafe code, custom atomics/locks, packet parsers, or before promoting an AI-generated module past basic test coverage. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/po4yka--ripdpi--rust-test-tools commit b9c927fe32

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-test-tools