Comment on Don't unwrap options: There are better ways (2024)Comments−Ar-Curunir1yReally useful article to learn about idiomatic Rust :)In general I think there is a lack of intermediate Rust material that teaches you common design patterns, idiomatic Rust, and so on.Even I (someone who's written hundreds of thousands of fairly complex Rust code) learnt about the let-else style solution from this article =).−mre1yAuthor here; thanks! I had the same impression, which is why I started writing these short-form articles about idiomatic Rust. The blog post overview is here: https://corrode.dev/blog/
Comments
Really useful article to learn about idiomatic Rust :)
In general I think there is a lack of intermediate Rust material that teaches you common design patterns, idiomatic Rust, and so on.
Even I (someone who's written hundreds of thousands of fairly complex Rust code) learnt about the let-else style solution from this article =).
Author here; thanks! I had the same impression, which is why I started writing these short-form articles about idiomatic Rust. The blog post overview is here: https://corrode.dev/blog/