Playing around with Embedded Rust on the ESP32. It's quite a journey through all the HAL abstractions (esp-hal, embedded-hal, embassy-hal, esp-idf), and blogposts from six months ago already seem outdated.
I did manage to cobble something together that compiles.
(Apart from the libraries, the experience itself is amazing. Just run cargo run, and it'll automatically detect and flash the attached esp32. Great developer DX!)
