|
|
|
|
|
by oddmiral
938 days ago
|
|
It is not designed for, but Rust works well on microcontrollers, such as Arduino. For example, a blink program for Arduino in Rust is less than 300 bytes in size when compiled with "s" optimization level. It's a bit larger than C because of vector of interrupt handlers and error handling. |
|
Making sure Rust can work in embedded environments is absolutely a design goal, and choices around this are made explicitly.