Rust Error Handling

Guide for Rust error handling. Use when working with Result, Option, the ? operator, or implementing custom error types. Use when this capability is needed.

tomevault-io Updated

File contents

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.


Source: vinnie357/claude-skills — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/vinnie357--claude-skills--rust-error-handling commit a3df3dd8e0

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-error-handling-5