Error Handling

Result over panic. thiserror in libs, anyhow in bins. ? propagation, no unwrap on recoverable errors. Trigger: thiserror, anyhow, unwrap, expect, ?, error chain, eyre.

igmarin 6488013 2.0 KB Updated

File contents

igmarin/rust-core-skills/tree/main/skills/error-handling commit 64880139da

Frequently asked questions

npx skillmds@latest add igmarin/error-handling