Error Handling in Rust
A guide to error handling in Rust.
The first half introduces Rust’s language features and libraries for error handling. The second half should help you write good error handling code in Rust.
NOTE: I have recently this project. A lot of it is a bit out of date, needs significant editing, or I’ve changed my mind on (especially the second half). Please don’t pay too much attention for now.