Rust Articles, Tutorials & News

Making Rust binaries smaller by default

Have you ever tried to compile a helloworld Rust program in –release mode? If yes, have you seen its binary size? Suffice to say, it’s not exactly small. Or at least it wasn’t small until recently. This post details how I found about the issue and my att…

Read more »

Rust Coding Challenges

Collection of code challenges for learning backend development in Rust – GitHub – shuttle-hq/shuttlings: Collection of code challenges for learning backend development in Rust…

Read more »