Stjepang/smol: A small and fast async runtime for Rust

A small and fast async runtime for Rust. Contribute to stjepang/smol development by creating an account on GitHub. Read more

Similar

Type-Level Programming in Rust

I show how two domain-specific type systems, information flow control and two-party communication protocols, can be implemented in Rust using type-level programming. I explain how interesting properties of these domains can be verified at compile-time. Fi... (more…)

Read more »

Switching from C++ to Rust

I'll get right to it: I've rewritten Psychopath in Rust. And I feel like this requires an explanation. The short version is that Psychopath is a personal project that I work on for fun, and I had fun rewriting it... (more…)

Read more »

How Microsoft Is Adopting Rust

Microsoft has one of the largest C/C++ codebases in the world. All of its core products from Windows and Office to the Azure cloud run on it. Unsurprisingly, since C++ is not a memory-safe language… (more…)

Read more »