|
|
|
|
|
by teunispeters
305 days ago
|
|
embedded hardware, any processor Rust doesn't support (there are many), and any place where code size is critical. Rust has a BIG base size for an application, uselessly so at this time. I'd also love to see if it offered anything that could be any use in those spaces - especially where no memory allocation takes place at all. C (and to a lesser extent C++) are both very good in those spaces. |
|
The smallest binary rustc has produced is like ~145 bytes.