Completed
TIPS - Reporters
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Error Handling in Rust - Patterns, Practices, and Libraries - RustConf 2020
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Awesome Rust Mentors
- 3 Why Error Handling?
- 4 What Is Error Handling?
- 5 Panic
- 6 Definitions
- 7 The Error Trait - An Error
- 8 The Error Trait - A Reporter
- 9 Error Return Traces
- 10 TIPS - Reporters
- 11 Libraries
- 12 Defining - thiserror
- 13 Defining - SNAFU
- 14 API Stability
- 15 Stack Size
- 16 Gathering Context-tracing-error
- 17 Gathering Context - extracter
- 18 Matching and Reacting -anyhow/eyre
- 19 Reporting
- 20 Library vs Application