48
A very small Rust binary indeed
(darkcoding.net)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
That assembly program the author compares to is waay bloated. This guy managed with 105 bytes: https://nathanotterness.com/2021/10/tiny_elf_modernized.html (that is with overlapping part of the code into the ELF header and other similar level shenanigans). ;)
All kidding aside, interesting article.