Building static Rust binaries for Linux
Some tips on building static binaries of Rust projects targeting Linux
Some tips on building static binaries of Rust projects targeting Linux
Rust programs are pretty fast on their own, but you can slightly augment their performance with some simple tricks.
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