8 ms·
So, the way to make your Rust binary small is to make error handling more difficult, or to rewrite it in assembly?
by r0rshrk 3y ago
So, the way to make your Rust binary small is to make error handling more difficult, or to rewrite it in assembly?
- remram 3y agoI 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.