开始使用
让我们开始你的 Rust 之旅!有很多东西要学,但每个旅程都有起点。在本章中,我们将讨论:
- 在 Linux、macOS 和 Windows 上安装 Rust
- 编写一个打印
Hello, world!
的程序 - 使用
cargo
,Rust 的包管理器和构建系统
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
让我们开始你的 Rust 之旅!有很多东西要学,但每个旅程都有起点。在本章中,我们将讨论:
Hello, world!
的程序cargo
,Rust 的包管理器和构建系统