Error Handling In Rust – A Deep Dive | A learning journal

Error handling in Rust can be confusing – should you use a library? Which one? For what purpose? This chapter provides a structured framework to reason about errors as well as a guide on how to leverage the existing ecosystem (`thiserror`, `anyhow`).