Error Management in Rust, and Libs That Support It

As part of learning the Rust ecosystem, I dedicated the last few days to error management. Here are my findings.

Error Management 101

The Rust book describes the basics of error management. The language separates between recoverable errors and unrecoverable ones.

CategoriesUncategorized