walnux/Documentation/applications/examples/rust
Huang Qi 69495f8a40 docs: Add Rust examples including JSON handling and Slint UI framework
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

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2025-01-30 13:45:01 +08:00
..
baremetal docs: Rename hello_rust to rust/baremetal to reflect the actual codebase 2025-01-29 12:41:06 +08:00
hello docs: Add Rust examples including JSON handling and Slint UI framework 2025-01-30 13:45:01 +08:00
slint docs: Add Rust examples including JSON handling and Slint UI framework 2025-01-30 13:45:01 +08:00
index.rst docs: Rename hello_rust to rust/baremetal to reflect the actual codebase 2025-01-29 12:41:06 +08:00