Rust in 2021

This is my response for this year’s call for blog posts.I am writing this as a language implementor, not as a language user.I also don’t try to p… Read more

Similar

Designing futures for Rust

I recently wrote about the importance of asynchronous I/O in Rust and the aims of the new futures library. This post deepens the story by explaining the core design of that library. If you’re looking for more on the use of the library, you’ll have to ...

Read more »

Iterating on Testing in Rust

With the release of rust 1.70, there was some surprise and frustation that unstable test features now require nightly, like all other unstable features in Rust. One of the features most affected is --format json which has been in limbo for 5 years. This d... (more…)

Read more »