Building static Rust binaries for Linux

Some tips on building static binaries of Rust projects targeting Linux

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.

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