docs: update rust guide to include X86 and X86_64 support
Summary: - Updated the Rust guide documentation to include X86 and X86_64 platforms in the supported platforms list. - Ensured that the guide provides accurate and up-to-date information for developers using these new platforms. Impact: - Expands the platform support section of the Rust guide, making it more inclusive and useful for a wider range of developers. - No functional changes to the code itself; this update only affects the documentation. - Enhances the usability of the guide by providing necessary setup and configuration details for the X86 and X86_64 architectures. Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
This commit is contained in:
parent
3dcedd507b
commit
081588c1c5
1 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ Supported Platforms
|
|||
- ARMv8-M
|
||||
- RISCV32
|
||||
- RISCV64
|
||||
- X86
|
||||
- X86_64
|
||||
|
||||
Getting Started
|
||||
===============
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue