x-i18n: generated_at: “2026-03-01T09:18:06Z” model: gemini-3-flash-preview provider: google-gemini-cli source_hash: 152b24e7ca44a75c8b092d0c4eabce84ee82224978bf666ef627799e97f922db source_path: ch01-00-getting-started.md workflow: 16
入门指南 (Getting Started)
Getting Started
让我们开始你的 Rust 旅程吧!虽然有很多知识需要学习,但每一次旅程都有一个起点。在本章中,我们将讨论:
Let’s start your Rust journey! There’s a lot to learn, but every journey starts somewhere. In this chapter, we’ll discuss:
- 在 Linux、macOS 和 Windows 上安装 Rust
- Installing Rust on Linux, macOS, and Windows
- 编写一个打印
Hello, world!的程序 - Writing a program that prints
Hello, world! - 使用 Rust 的包管理器和构建系统
cargo - Using
cargo, Rust’s package manager and build system