|
|
|
|
|
by eatingCake
2048 days ago
|
|
It may be worthwhile to point out that the example is built in debug mode, and also Rust is including the whole standard library in the output. Re-configuring some low hanging fruit [1] reduces the binary size on my test machine to 27K. This is still not small, granted. [1] https://github.com/johnthagen/min-sized-rust |
|