/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
1.1 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.
| | boats.gitlab.io
0.1 parsecs away

Travel
| | I'm really excited to announce the culmination of much of our work over the last four months: a pair of RFCs for supporting async & await notation in Rust. This will be very impactful for Rust in the network services space. The change is proposed as two RFCs: RFC #2394: which adds async & await notation to the language. RFC #2395: which moves a part of the futures library into std to support that syntax.
| | coaxion.net
1.5 parsecs away

Travel
| |
| | tokio.rs
11.9 parsecs away

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