Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 233 Bytes

intro.md

File metadata and controls

3 lines (2 loc) · 233 Bytes

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 make good error handling code in your Rust programs.