/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

tokio.rs
| | 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...
| | seanmonstar.com
2.0 parsecs away

Travel
| | I'm excited to announce v1.0 of hyper, a protective and efficient HTTP library written in the Rust programming language. hyper provides asynchronous HTTP/1 a...
| | aturon.github.io
2.8 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.
| | huonw.github.io
19.0 parsecs away

Travel
| The `Send` and `Sync` traits in Rust are cool, here are two edge-ish cases.