概要
The Rust Mocking Strategy Guide is a specialized skill for Claude Code designed to help developers build testable Rust applications through decoupling and effective mocking. It provides expert guidance on creating mock implementations for external dependencies like databases and HTTP services, specifically focusing on hexagonal architecture and trait-based patterns. By providing templates for simple mocks, verification doubles, and controlled failure simulations, this skill ensures your Rust test suite remains fast, reliable, and independent of real infrastructure while maintaining high code coverage.