Generalizing Coroutines in Rust

Now that async/await has been released, attention has drifted back to refining
stackless coroutines (the unstable language feature that makes async/await
possible). Alas, the latest RFC
has shown that there is still a lot of disagreement on what exactly c… Read more

Similar

Rust and SDL2 = Textures

As I’ve worked on my Pushrod library over the past year, one of the major struggles I encountered was trying to figure out how to draw using just the GPU, instead of drawing directly to the on-screen Canvas. (more…)

Read more »

100k Issues Filled with Rust

❤️ 🦀 ❤️ 100,000 issues filled with love, compassion and a wholesome community. Thank you, Rust community, for being one of the most, if not straight out the most, welcoming programming communities ... (more…)

Read more »