I personally find ownership in the presence of closures and async blocks to be hard to master. In this post, I'll work through a puzzle I encountered with a simple reverse proxy in Rust and hyper. (more…)
Read more »
RFCs for changes to Rust. Contribute to rust-lang/rfcs development by creating an account on GitHub. (more…)
Read more »
The Chrome browser on Android, Linux and ChromeOS now does all its web font processing using a Rust-based library (Skrifa) instead of its old C++ library (FreeType). (more…)
Read more »
Rust's error handling is precise and curious - and in this article, we are going to take a look at why that is the case. (more…)
Read more »