Hacker News
- Error handling in Rust http://blog.burntsushi.net/rust-error-handling/ 139 comments
- On Error Handling in Rust http://lucumr.pocoo.org/2014/10/16/on-error-handling/ 80 comments
- Exceptional results: error handling in C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 89 comments
Lobsters
- Things I Enjoy in Rust: Error Handling https://blog.jonstodle.com/things-i-enjoy-in-rust-error-handling/ 8 comments rust
- Rust Condition and Error-handling Tutorial http://static.rust-lang.org/doc/tutorial-conditions.html 15 comments programming
- okay 0.1.0: Typesafe error-handling for dart . An implementation of rust's `Result` type in dart. https://pub.dev/packages/okay 24 comments dartlang
- capnproto-rust: error handling revisited http://dwrensha.github.io/capnproto-rust/2015/03/21/error-handling-revisited.html 11 comments rust
- Announcing error-chain, a library for consistent and reliable Rust error handling https://users.rust-lang.org/t/announcing-error-chain-a-library-for-consistent-and-reliable-rust-error-handling/6133 16 comments rust
- thiserror, anyhow, or How I Handle Errors in Rust Apps https://www.shakacode.com/blog/thiserror-anyhow-or-how-i-handle-errors-in-rust-apps/ 26 comments rust
- Rust: Structuring and handling errors in 2020 https://nick.groenen.me/posts/rust-error-handling/ 5 comments programming
- Anonymous Sum Types for Rust Error Handling https://jam1.re/blog/anonymous-sum-types-for-rust-errors 76 comments rust
- Why Rust's error handling is awesome http://rantsideasstuff.com/posts/2018/04/20-rust-error-handling-awesome/ 166 comments programming
- Why Rust's error handling is awesome http://rantsideasstuff.com/posts/2018/04/20-rust-error-handling-awesome/ 51 comments rust
- Error Handling in Rust http://blog.burntsushi.net/rust-error-handling/ 40 comments programming
- Error handling in Rust http://lucumr.pocoo.org/2014/11/6/error-handling-in-rust/ 32 comments programming
- Error handling in Rust http://lucumr.pocoo.org/2014/11/6/error-handling-in-rust/ 51 comments rust
- Beginner-Intermediate Rust Error Handling https://desmondwillowbrook.github.io/blog/rust-error-handling/ 5 comments rust
- Comparing error handling in Rust and other languages https://blog.frankel.ch/error-handling/ 24 comments rust
- Java's error handling system is better than that of Rust https://www.reddit.com/r/rust/comments/jdvtu4/javas_error_handling_system_is_better_than_that/ 219 comments rust
- Rust Error Handling Patterns http://www.sheshbabu.com/posts/rust-error-handling/ 34 comments programming
- Beginner's guide to Error Handling in Rust http://www.sheshbabu.com/posts/rust-error-handling/ 31 comments rust
- Error Handling in Rust - A Beginner's Guide https://www.halcyon.hr/posts/error-handling-in-rust/ 24 comments rust
- Rust : Error Handling - Learning Rust V https://medium.com/learning-rust/rust-error-handling-72a8e036dd3 7 comments rust
- Question about Error Handling in Rust? https://www.reddit.com/r/rust/comments/6otqdh/question_about_error_handling_in_rust/ 23 comments rust
- Messy error handling in Rust with try! http://mortoray.com/2015/10/21/messy-error-handling-in-rust-with-try/ 86 comments rust
- Rust: On Error Handling in Rust - Armin Ronacher http://lucumr.pocoo.org/2014/10/16/on-error-handling/ 43 comments programming
- Practicality With Rust: Error Handling http://hydrocodedesign.com/2014/05/28/practicality-with-rust-error-handling/ 14 comments programming
- Rust First Impressions: Error Handling https://www.ianlewis.org/en/rust-first-impressions-error-handling 55 comments rust
- As a hobbyist rust developer, I want to think less about error handling https://mbuffett.com/posts/rust-less-error-handling/ 47 comments rust
- Error Handling in a Large Correctness-Critical Rust Project http://sled.rs/errors 37 comments rust
- Rust in 2020, one more thing (Nick Cameron on error handling in Rust) https://www.ncameron.org/blog/rust-in-2020-one-more-thing/ 86 comments rust
- Help me fix my rust? (Array, Any/clone, error handling) https://www.reddit.com/r/rust/comments/7a64tk/help_me_fix_my_rust_array_anyclone_error_handling/ 9 comments rust
- Exceptional results: error handling with C# and Rust https://ruudvanasseldonk.com/2015/06/17/exceptional-results-error-handling-in-csharp-and-rust 38 comments rust
- Errors in Rust can now be handled more ergonomically, cleanly, and simply: introducing a new error crate https://users.rust-lang.org/t/errors-in-rust-can-now-be-handled-more-ergonomically-cleanly-and-simply-introducing-a-new-error-crate/51527 8 comments rust
- What the Error Handling Project Group is Working On | Inside Rust Blog https://blog.rust-lang.org/inside-rust/2020/11/23/what-the-error-handling-project-group-is-working-on.html 24 comments rust
- Announcing the Error Handling Project Group | Inside Rust Blog https://blog.rust-lang.org/inside-rust/2020/09/18/error-handling-wg-announcement.html 93 comments rust
- Playing with the new Rust I/O error handling https://bitbucket.org/olivier_renaud/rust-id3v1/wiki/io_error_impressions 12 comments rust
- [Medium] "How to Design For Panic Resilience in Rust" | Proper error handling in Rust for anyone https://towardsdatascience.com/how-to-design-for-panic-resilience-in-rust-55d5fd2478b9 10 comments rust
- Error handling in Rust: a k-NN case study http://huonw.github.io/2014/06/11/error-handling-in-rust-knn-case-study.html 21 comments rust
- Announcing the powerset-enum crate - a poor man's anonymous enum and a PoC for how that feature can be used to improve Rust's error handling https://www.reddit.com/r/rust/comments/bqn9e6/announcing_the_powersetenum_crate_a_poor_mans/ 11 comments rust