Claude
Skills
Sign in
Back

rust-error-handling

Included with Lifetime
$97 forever

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

Backend & APIs

What this skill does


# 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 in Backend & APIs