rust-testing-verification
Installation
SKILL.md
Rust Testing & Verification
Production testing strategies for correctness and performance validation
Version Context
- proptest: 1.x
- Criterion: 0.5.x
- cargo-fuzz: 0.11.x
- cargo-miri: Latest nightly
When to Use This Skill
- Writing comprehensive test suites
- Finding edge cases automatically
- Verifying trait implementations
- Benchmarking performance
- Detecting undefined behavior
- Ensuring code correctness
Related skills