Announcing Rust 1.51.0

Empowering everyone to build reliable and efficient software. Read more

Similar

The Rust for Linux Workshop

UNDER CONSTRUCTION I had the honor of attending this workshop , however, this is not a full report. Instead, I am reporting on what I learned and how it relates to my So You Want to Rust the Linux Kernel? blog series that I started in 2021, and of which t... (more…)

Read more »

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... (more…)

Read more »