I’ve been thinking a lot lately about how often Rust changes. There are some people that assert that Rust stays fairly static these days, and there are some people who say Rust is still changing far too much. In this blog post, I want to make a data drive... (more…)
Read more »
This post contains a gentle introduction to procedural macros in Rust and a guide to writing a procedural macro to curry Rust functions. The source code for the entire library can be found here. It is also available on crates.io. (more…)
Read more »
I recently participated in the GNOME / Rust “dev sprint” in Mexico City. (A thousand thanks to Federico and Joaquin for organizing!) While there I spent some... (more…)
Read more »
Ramya Krishnamoorthy shares a detailed case study on rewriting Momento's high-performance data platform from Kotlin to Rust. She covers the technical challenges, including garbage collection bottlenecks and multithreaded contention, and the business trade... (more…)
Read more »
tldr: work has started to make Hyper work as a backend in curl for HTTP. (more…)
Read more »