|
|
|
|
|
by Aurornis
858 days ago
|
|
> One issues I have had with Rust applications is the huge binary size Turn off the standard library and your binaries can be incredibly small. This is how it’s used in microcontrollers and the Linux Kernel doesn’t use the full standard library either. |
|