no1wudi opened a new pull request, #15719:
URL: https://github.com/apache/nuttx/pull/15719

   ## Summary
   - Added two new Rust example applications to the documentation:
     - `hello` example showcasing JSON serialization/deserialization, async 
runtime usage, and C interoperability in a NuttX environment
     - `slint` example demonstrating the integration of the Slint UI framework 
with NuttX's framebuffer and touchscreen devices for creating GUI applications 
in Rust
   - Each example includes detailed explanations of key features and how they 
are implemented using Rust's modern language capabilities
   
   ## Impact
   - Enhances the documentation for Rust development within NuttX, providing 
clear and practical examples for developers
   - Facilitates easier adoption of Rust for new projects by demonstrating how 
to leverage its features while maintaining compatibility with existing NuttX 
infrastructure
   - No changes to the core NuttX system; the additions are entirely within the 
documentation and examples directory
   
   
   ## Testing
   
   Local doc build
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to