Files
42marketplaces/sync/gh-emillindfors-claude-marketplace-plugins-rust-error-handling.json
2025-11-29 18:53:27 +08:00

18 lines
636 B
JSON

{
"name": "rust-error-handling",
"owner": {
"name": "Emil Lindfors",
"email": "plugin@42plugin.com"
},
"plugins": [
{
"name": "rust-error-handling",
"description": "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",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-emillindfors-claude-marketplace-plugins-rust-error-handling.git"
},
"strict": true
}
]
}