/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

without.boats
| | aturon.github.io
3.0 parsecs away

Travel
| | [AI summary] This blog post introduces Rust's zero-cost futures library, which enables efficient asynchronous I/O programming by providing high-level abstractions that compile down to low-level state-machine code without runtime overhead.
| | corrode.dev
2.4 parsecs away

Travel
| | Recently, I found myself returning to a compelling series of blog posts titled Zero-cost futures in Rust by Aaron Turon about what would become the foundation of Rust's async ecosyste...
| | theincredibleholk.org
4.4 parsecs away

Travel
| | There are currently two competing designs for async iteration traits for Rust. The first is poll_next. The second is async fn next. I see strengths to each desi...
| | leblancfg.com
16.2 parsecs away

Travel
| Documenting my first steps with Rust, from installation to running a simple script.