Explore >> Select a destination


You are here

aturon.github.io
| | purplesyringa.moe
4.2 parsecs away

Travel
| | A few days ago, I stumbled upon a Hacker News discussion about the expression problem - a conundrum that occasionally arises in software design. Some of the commenters noted that Rust completely avoids this problem thanks to trait objects, and initially I agreed with them, but I'm now realizing it's not at all as straightforward as it looks. The goal of this post is to explain what the expression problem is, how Rust seemingly avoids it, why this solution doesn't actually work, and what a Rusty solution might look like.
| | www.shuttle.dev
3.9 parsecs away

Travel
| | All about Rust traits, generics, trait bounds and implementing advanced trait bounds
| | theincredibleholk.org
3.1 parsecs away

Travel
| | As 2022 draws to a close, I want to take a moment to look at where we are with supporting async functions in dyn traits (AFIDT) and suggest some ideas for how t
| | tokio.rs
20.5 parsecs away

Travel
| Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.