RUST bare-metal or RUST with Rtos support

Due to the increasing support of Rust into Microcontroller’s, with or without FreeRtos. There is Bare-metal support for multiple platforms, will there be a library like the Cpp deployment model?

With Rust Crossing over into MC market and IoT markets, would Edge Impulse consider this?
Future ™

Hi @Gambit,

We have no plans to support Rust natively at this time, but thanks for the heads up on the interest! I’m not very familiar with Rust, but you might be able to compile and call external C/C++ libraries from a Rust application: How to call a C++ dynamic library from Rust? - Stack Overflow. I’m not sure how this translates to embedded/bare-metal, though.