|
|
|
|
|
by Communitivity
1270 days ago
|
|
Yes, it has a bit of the same problem Node does with NPM. There are ways to minimize the final resulting binary though, such as link time optimization, stripping symbols, building in release mode, and more. The following does a good job going over the options: https://github.com/johnthagen/min-sized-rust |
|