|
|
@ -2,10 +2,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
> [ch01-00-getting-started.md](https://github.com/rust-lang/book/blob/master/second-edition/src/ch01-00-getting-started.md)
|
|
|
|
> [ch01-00-getting-started.md](https://github.com/rust-lang/book/blob/master/second-edition/src/ch01-00-getting-started.md)
|
|
|
|
> <br>
|
|
|
|
> <br>
|
|
|
|
> commit 2a5eaaa3566244a37516b8067970ba1f0d561661
|
|
|
|
> commit 7480e811ab5ad8d53a5b854d9b0c7a5a4f58499f
|
|
|
|
|
|
|
|
|
|
|
|
让我们开始 Rust 之旅!在本章中,我们会讨论:
|
|
|
|
让我们开始 Rust 之旅!有很多内容要学,但每次旅程总有起点。在本章中,我们会讨论:
|
|
|
|
|
|
|
|
|
|
|
|
* 在 Linux、macOS 和 Windows 上安装 Rust
|
|
|
|
* 在 Linux、macOS 和 Windows 上安装 Rust
|
|
|
|
* 编写一个打印 “Hello, world!” 的程序
|
|
|
|
* 编写一个打印 `Hello, world!` 的程序
|
|
|
|
* 使用 Rust 的包管理器和构建系统,`cargo`
|
|
|
|
* 使用 Rust 的包管理器和构建系统 `cargo`
|