> One thing I would like is better Rust support. I have taken a look around and everything is just out of date bindings to C/C++ projects. Not a whole lot of native Rust, so I don't really feel the need to switch until that changes.
There are currently 2 approaches for Rust in ESPs:
- std: Its built on top of ESP-IDF, so it ends up calling C functions. I guess this is what you've seen in the past.
Looks really interesting, do you mind sharing it (if its open-source) once its done? Probably it could be a great addition to https://github.com/esp-rs/awesome-esp-rust
Which tool do you mean? `cargo-generate` it's working fine for both templates:
- esp-idf-template(std): https://github.com/esp-rs/esp-idf-template)
- esp-template (no_std): https://github.com/esp-rs/esp-template