A habit tracker with healing as the goal (Rust TUI) - DavidLiedle/Healing-Habits... (more…)
Read more »
In a previous article we’ve talked about how you can avoid rewriting a library in Rust when you don’t need to. But what about the times when you really do need to?
In most languages you’d need to rewrite the entire library from the ground up, waiting unti... (more…)
Read more »
This post describes some performance work I have been doing recently on the Rust compiler, which is called rustc. I spent several weeks on a particular problem with only a small amount of success. I hope a write-up will be interesting and educational, and... (more…)
Read more »
Learn how to take advantage of some neat Rust features to help you write better code. (more…)
Read more »