소개
The Rust Test Coverage Advisor is a specialized skill designed to improve the robustness and reliability of Rust applications. By monitoring new implementations and existing test modules, it proactively identifies gaps in testing strategy, such as missing Result error handling tests, neglected boundary conditions, and unverified async functions. It provides actionable code snippets for table-driven tests and recommends industry-standard organization patterns and coverage tools like Tarpaulin and LLVM-cov, ensuring your code is production-ready and battle-tested.