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 extern "C", 
which actually increases the difficulty of use and is not conducive to building 
a unified NuttX-Rust ecosystem. Therefore, I believe that support for libstd is 
very important. I spent some of my spare time preparing this PR: 
https://github.com/rust-lang/rust/pull/127755

If anyone is interested in this, I would like to discuss the follow-up work 
together.

#/******本邮件及其附件含有小米公司的保密信息,仅限于发送给上面地址中列出的个人或群组。禁止任何其他人以任何形式使用(包括但不限于全部或部分地泄露、复制、或散发)本邮件中的信息。如果您错收了本邮件,请您立即电话或邮件通知发件人并删除本邮件!
 This e-mail and its attachments contain confidential information from XIAOMI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!******/#

Reply via email to