panic! with sense: Error handling in Rust 🦀
Introduction In this article, I will discuss error handling in Rust 🦀. I try to explain the differences between recoverable and unrecoverable errors, and how to handle them properly in your code. At the end of this article, I will also take a quick ...
Dec 25, 202212 min read1.9K
