Building static Rust binaries for Linux

Some tips on building static binaries of Rust projects targeting Linux

October 17, 2021 · 3 min

Simple tricks for faster Rust programs

Rust programs are pretty fast on their own, but you can slightly augment their performance with some simple tricks.

July 5, 2020 · 3 min

Tools for effective Rust development

Rust is an amazing systems language that is on an explosive rise thanks to its memory safety guarantees and fast, iterative development. In this post, I recap some of the tooling that I use with Rust to make coding in it even more fun and intuitive

September 7, 2019 · 3 min