Rust Testing
When to Use
Use this skill when writing or reviewing Rust tests. Covers unit test placement, integration test structure, test utilities, mocking strategies, and property-based testing with proptest.
Patterns
[TODO: Add patterns]
Anti-Patterns
[TODO: Add anti-patterns]
Examples
[TODO: Add examples]