Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:47 +08:00
commit 3694299e2d
9 changed files with 2710 additions and 0 deletions

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# rust-error-handling
Error handling best practices plugin for Rust. Provides commands for creating custom error types with thiserror, refactoring panic-based code to Result-based error handling, and an expert agent for error handling guidance and code review