Skip to content

Commit 8f9070d

Browse files
committed
update
1 parent 789eb0b commit 8f9070d

File tree

5 files changed

+49
-1
lines changed

5 files changed

+49
-1
lines changed

docs/01-guide/01-intro/04-rust-book.mdx

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,53 @@ sidebar_position: 4
88
# Rust 图书推荐
99

1010

11+
## 入门:
1112

12-
Docusaurus supports **[Markdown](https://daringfireball.net/projects/markdown/syntax)** and a few **additional features**.
13+
14+
> Rust编程:入门、实战与进阶
15+
16+
17+
![](img/img.png)
18+
19+
- https://book.douban.com/subject/35447165/
20+
- ⭐⭐⭐
21+
- 比较简洁, 快速熟悉 rust 语法.
22+
23+
> Rust程序设计
24+
25+
26+
![](img/img_1.png)
27+
28+
29+
- https://book.douban.com/subject/35217097/
30+
- ⭐⭐
31+
- rust 官方教程. 此书很厚, 是手册型.
32+
- 虽然很多人都推荐, 但是, 我并不推荐.(我只给2星)
33+
- 很多人, 反复入门 rust(三过其门,而不入). 大概很大程度都是被此书劝退.
34+
- 我不建议作为第一本, 这种手册, 只适合翻查(类似字典). 不适合通读.(可以, 但没必要)
35+
- 建议只在对 rust 高阶语法理解不清楚的地方, 查查对应章节即可. (跳读)
36+
37+
38+
## 进阶:
39+
40+
41+
> 深入浅出Rust
42+
43+
![](img/img_2.png)
44+
45+
- https://book.douban.com/subject/30312231/
46+
- ⭐⭐⭐⭐⭐
47+
- 必读.
48+
- 对 Rust 复杂语法点解释非常到位, 大量和 C++ 对比, 体会 Rust 的改进点.
49+
50+
51+
> Rust语言编程实战
52+
53+
54+
![](img/img_3.png)
55+
56+
- [Rust语言编程实战 - Douban](https://book.douban.com/subject/35317257/)
57+
- [Rust语言编程实战 - JD](https://item.jd.com/10027041615889.html)
58+
- ⭐⭐⭐⭐⭐
59+
- 必读.
60+
- 大量示例, 学习 rust 编程技巧.

docs/01-guide/01-intro/img/img.png

65.9 KB
Loading

docs/01-guide/01-intro/img/img_1.png

94.7 KB
Loading

docs/01-guide/01-intro/img/img_2.png

68.7 KB
Loading

docs/01-guide/01-intro/img/img_3.png

72.1 KB
Loading

0 commit comments

Comments
 (0)