April 18, 2020
Error Handling and Rust is Such an Important Topic!
Error handling in any programming language is such an IMPORTANT topic to understand and master.
Rust is NO exception!
Tyler Neely in Error Handling in a Correctness-Critical Rust Project gives us some THOUGHTS about error handling when using Rust, and some example situations.
I must STUDY this more, because error handling is just so important!