Our great sponsors
-
There's been quite a lot of discussion about a negated if let statement, and an RFC for a let-else statement, which hopefully would make the code as clean as:
-
It is now in RFC period: https://github.com/rust-lang/rust/issues/87335
-
Scout APM
Less time debugging, more time building. Scout APM allows you to find and fix performance issues with no hassle. Now with error monitoring and external services monitoring, Scout is a developer's best friend when it comes to application development.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Rust: A Critical Retrospective
- Rethinking the orphan rule/trait coherence with crate-level `where` clauses
- Stabilize $$ and ${ignore} in Rust 1.62.0
- Why is it no possible to return a reference from a closure?
- I've implemented a way to store a type erased object instance with all associated traits and probably committed some crimes along the way