firmware-rust
firmware-rust copied to clipboard
Port C++ libraries to Rust
What C++ libraries are planned to be ported to Rust?
I believe the main set that needs to be ported is the Wiring implementation (i.e. all the Arduino stuff), although the implementation will be different because we want to use Rust idioms instead of Arduino-isms (see #2)