/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

blog.shaynefletcher.org
| | theincredibleholk.org
7.7 parsecs away

Travel
| | As I've written about before, one of the major features we're working on adding to Rust is to allow async functions in traits. Today we have support in nightly ...
| | boats.gitlab.io
7.7 parsecs away

Travel
| | This is the first in a series of blog posts about generators, async & await in Rust. By the end of this series, I will have a proposal for how we could expediently (within the next 12 months) bring generators, async & await to stable Rust, and resolve some of the most difficult ergonomics problems in the futures ecosystem. But that proposal is still several posts away. Before we can get to a concrete proposition, we need to understand the scope & nature of the problem we need to solve.
| | coderscat.com
6.2 parsecs away

Travel
| | Warp is a composable, web server in Rust. It's code is very small and focus on speed. The fundamental building block of warp is the Filter, they can be combined and composed to express rich req...
| | www.shuttle.dev
32.5 parsecs away

Travel
| Exploring how async Rust works, async primitives and using async in Rust traits