Getting in and out of trouble with Rust Futures

I started experimenting with asynchronous Rust code back when futures 0.1
was all we had – before async/await . I was a Rust baby then (I’m at least
a toddler now), so I qu… Read more

Similar

Rust trained my sense for spotting UB in C

I had an interesting experience this week at work. My senior colleague and I was working on some code for a project with a deadline of Friday. After a change in the code, we suddenly started getting garbage values out on our serial from the microcontrolle... (more…)

Read more »

This Week in Rust 398

Hello and welcome to another issue of This Week in Rust! Rust is a systems language pursuing the trifecta: safety, concurrency, and speed. This is a weekly summary of its progress and community. Want something mentioned? Tweet us at @ThisWeekInRust or sen... (more…)

Read more »