Rust Error Handling

Rustでのエラー設計を、境界ごとに thiserror / anyhow を使い分けて実装する。ドメイン/ライブラリは型付きエラー(thiserror)、アプリ境界のみ anyow。context付与、unwrap禁止、HTTP/CLI変換の指針を含む。

majiayu000 5f9ea86 2 files · 6.2 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/development/rust-error-handling-see2et-bakopa-vr commit 5f9ea86a31

Frequently asked questions

npx skillmds add majiayu000/rust-error-handling-4