From rust
Guides Rust error handling with Result/Option types, ? operator propagation, and custom error implementations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rust:error-handlingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Result, Option, error propagation, and custom error types.
Result, Option, error propagation, and custom error types.
Activate when:
For Result, Option, ? operator, and custom error type patterns, see references/error-handling.md.
npx claudepluginhub vinnie357/claude-skills --plugin rustGuides Rust error handling with Result, Option, the ? operator, and custom error types implementing Display and From.
Guides Rust error handling using Result, Option, ? operator, custom error types, thiserror, and anyhow for robust applications.
Guides error handling strategy in Rust: when to use Result vs Option vs panic, how to propagate errors with ?, and how to design custom error types with thiserror or anyhow.