home/categories/architecture-patterns/see2et-bakopa-vr-codex-skills-rust-error-handling-skill-md
architecture-patternsdevelopment

rust-error-handling

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

See2et
maintainer
See2et
Atualizado 1/8/2026
Estrelas
1
Forks
0
quick start

Installation and usage

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

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use rust-error-handling