Hacker News new | ask | show | jobs
by r0rshrk 848 days ago
So, the way to make your Rust binary small is to make error handling more difficult, or to rewrite it in assembly?
1 comments

I am also disappointed that the standard library was shunned, and even the entrypoint. What is the smallest Rust binary you can produce while still writing Rust, is my question?

edit: It doesn't look like any of the techniques listed after that work if you still use the standard library.