Modular Errors in Rust
Interesting article describing some patterns for defining errors in Rust. I had found myself slowly moving in that direction for some of my code. This puts some useful concepts in a cleaner form.
Interesting article describing some patterns for defining errors in Rust. I had found myself slowly moving in that direction for some of my code. This puts some useful concepts in a cleaner form.