Re: Adding support for NuttX in Rust

2024-07-15 Thread Alan C. Assis
Hi Huang Qi, Amazing work! Yes, that is something we definitely need! I remember that two years ago, we had a presentation from the Rustix author and he commented that the way we were creating that "glue" was not right. BR, Alan On Mon, Jul 15, 2024 at 12:24 PM Qi3 Huang 黄齐 wrote: > Hello ev

Adding support for NuttX in Rust

2024-07-15 Thread Qi3 Huang 黄齐
Hello everyone, I've noticed that an increasing number of NuttX users are becoming interested in Rust. However, the support for Rust is still in a very primitive state, for example, we can't use libstd, and the interaction between Rust applications and NuttX itself is usually implemented through