rust-testing

Installation
SKILL.md

Rust Testing Patterns

Comprehensive Rust testing patterns for writing reliable, maintainable tests following TDD methodology.

When to Use

  • Writing new Rust functions, methods, or traits
  • Adding test coverage to existing code
  • Creating benchmarks for performance-critical code
  • Implementing property-based tests for input validation
  • Following TDD workflow in Rust projects

How It Works

Installs
1
Repository
jsoyer/dotfiles
First Seen
Jun 19, 2026
rust-testing — jsoyer/dotfiles