Welcome to the fifteenth post in my long-running “How to speed up the Rust compiler” series, and the first in 2023. (more…)
Read more »
The Rust team is happy to announce the latest version of Rust, 1.14.0. Rust is a
systems programming language focused on safety, speed, and concurrency.
Read more »
Rust has an amazing dbg macro that lets you quickly set up an expression printer that will also put in the source line. It also returns the value of the expression so you can even easily inline the printing when you want to! (more…)
Read more »
tldr: work has started to make Hyper work as a backend in curl for HTTP. (more…)
Read more »