rust-error-handling

Installation
SKILL.md

Rust Error Handling

Result, Option, error propagation, and custom error types.

When to Use This Skill

Activate when:

  • Returning and handling Result types
  • Working with Option for optional values
  • Using the ? operator for error propagation
  • Implementing custom error types with Display and From

For Result, Option, ? operator, and custom error type patterns, see references/error-handling.md.

Related skills
Installs
3
GitHub Stars
18
First Seen
Mar 23, 2026