Acerca de
The Rust Error Handling skill empowers Claude to architect resilient and type-safe error management systems within your codebase. It provides specialized guidance on using Result and Option types, defining custom error enums, and effectively leveraging popular crates like thiserror for libraries and anyhow for application-level error context. By following these idiomatic patterns, users can ensure their Rust code remains maintainable, performant, and free from common pitfalls like unnecessary panics or obscure error messaging.