|
|
|
|
|
by lelanthran
1040 days ago
|
|
> Not sure if that counts, but I successfully wrote Rust programs for several embedded systems and microcontollers. > The smallest one was an ATTiny 13A (64 bytes of RAM). It counts, but at that point (64bytes of RAM) there is no benefit to using Rust. |
|
I don't see this as a place where Rust can't replace C (or where Zig is a better replacement, or whatever) because why are we writing any high level language at all?
I guess it can make sense if there's a device family and this is the smallest of a range.