Skip to content

Commit

Permalink
Merge pull request #1 from albertandking/patch-1
Browse files Browse the repository at this point in the history
Update intro_zh.md
  • Loading branch information
lispking authored Apr 19, 2024
2 parents 8a5d144 + 7b2b144 commit dfcbca0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/intro_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@

### 全书由六个部分组成:

1. **类型**围绕Rust核心类型系统的建议
2. **概念**构成Rust设计核心思想的建议
3. **依赖关系**关于使用Rust包生态系统的建议
4. **工具**关于如何通过超越Rust编译器来改进代码库的建议
5. **异步Rust**关于使用Rust异步机制的建议
6. **超越标准Rust**关于在超出Rust标准、安全环境时,如何工作的建议。
1. **类型**围绕 Rust 核心类型系统的建议
2. **概念**构成 Rust 设计核心思想的建议
3. **依赖关系**关于使用 Rust 包生态系统的建议
4. **工具**关于如何通过超越 Rust 编译器来改进代码库的建议
5. **异步Rust**关于使用 Rust 异步机制的建议
6. **超越标准Rust**关于在超出 Rust 标准、安全环境时,如何工作的建议。

> 尽管“概念”部分可以说是比“类型”部分更基础,但它故意排在第二位,以便从开始到结束阅读的读者可以首先建立一些信心。
Expand Down

0 comments on commit dfcbca0

Please sign in to comment.