top | item 39424015

(no title)

r0rshrk | 2 years ago

So, the way to make your Rust binary small is to make error handling more difficult, or to rewrite it in assembly?

discuss

order

remram|2 years ago

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.