about
05/04/2022
RustBites - Error Handling
Rust Bite - Error Handling
Error handling, bubbling up
1.0 - Introduction
std::error::Error
2.0 - Bubbling Up Errors
Error handling - The Rust Book
3.0 - References
Link | Description |
---|---|
Rust Story | Provides enumeration methods and examples of use |
rust-by-example | Easy to use examples that have sufficient detail for project coding |
the rust book | Easy to use examples, illustrated with std::fs |