A Tale of Testability and Sending Non-Send Types in Rust

This is a story of testability, multithreading, and the age old question of… Read more

Similar

My Bet on Rust has been Vindicated

I chose Rust for a project and I had struggles along the way which made me second guess this decision, but after releasing and fulfilling use cases I hadn't considered, the decision was vindicated. The wins that Rust brings outweighed any struggles. (more…)

Read more »

How to think about `async`/`await` in Rust

(This is a section of the lilos intro guide that people seemed to like, so to increase its visibility, I’m lifting it up into its own post and expanding it a bit. I hope this is a useful companion piece to the post on async debugging I posted this morning... (more…)

Read more »