mirror of https://github.com/KaiserY/trpl-zh-cn
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
415 B
415 B
入门指南
ch01-00-getting-started.md
commit 2a5eaaa3566244a37516b8067970ba1f0d561661
让我们开始 Rust 之旅!在本章中,我们会讨论:
- 在 Linux、macOS 和 Windows 上安装 Rust
- 编写一个打印 “Hello, world!” 的程序
- 使用 Rust 的包管理器和构建系统,
cargo