I’m working on an embedded project (basically just leds and uarts, nothing crazy), but my flash space is pretty limited (64k) and ram isn’t much either.
I want to experiment with embedded rust, but I also don’t want to reimplement ST’s register layer (low level drivers I guess).
Any neat tools out there to sort of wholesale convert C to rust?

Currently reading Rust Embedded

#rust