Skip to content

Commit 28d2d24

Browse files
committed
Update index
1 parent e714b4e commit 28d2d24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/languages/rust/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
不同于 JavaScript 和 Python 等语言,Rust 语言上手相对较为困难。因此,编写本文档的目的更类似于在假定读者拥有一定 C++ 基础的情况下,向读者提供一些学习 Rust 的对照性帮助,而非一个 Rust 入门教程。如果希望获得一份 Rust 入门教程,请参阅下方资源链接中的 The Book。
1818

19+
本文档覆盖了 The Book 的 第3(常见编程概念)、5(结构体)、6(枚举和模式匹配)章的主要内容,介绍了最为基本的语法,且不怎么涉及新概念(如所有权、生命周期)。
20+
1921
## 资源链接
2022

2123
- The Rust Programming Language(也被称为 The Book)。Rust 官方网站推荐的 Rust 语言入门书籍 https://doc.rust-lang.org/book/

0 commit comments

Comments
 (0)