Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lispking committed Apr 18, 2024
1 parent c3116f0 commit 1ad4669
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,8 @@
近期,我邂逅了一本名为《Effective Rust》的佳作,它不仅深入浅出地揭示了 Rust 的精髓,还提供了大量实用的编程技巧。

* 原书链接:https://www.lurklurk.org/effective-rust/cover.html
* 中文翻译链接:https://rustx-labs.github.io/effective-rust-cn

我计划抽出时间将其翻译成中文,以便让更多的开发者能够从中受益。这些翻译内容将同步更新至我的公众号,敬请各位关注,一同探索 Rust 的魅力所在。

* [《Effective Rust》解读:探寻 Rust 编程的艺术与科学](https://mp.weixin.qq.com/s/5YLS0XP6LRweWoJYvBcVrw)


## 目录
### [0. Introduction](./intro.md)
### [1. Types]
### [2. Concepts]
### [3. Dependencies]
### [4. Dependencies]
### [5. Tooling]
### [6. Beyond Standard Rust]
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [介绍](./intro.md)
- [类型](./chapter_1.md)
- [用户类型](./chapter_1/user_type.md)
- [类型系统](./chapter_1/use-types-2.md)
- [概念](./chapter_2.md)
- [依赖](./chapter_3.md)
- [工具](./chapter_4.md)
Expand Down
1 change: 1 addition & 0 deletions src/chapter_1/use-types-2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 类型系统
2 changes: 0 additions & 2 deletions src/intro_zh.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# 译著

> [原文链接](https://www.lurklurk.org/effective-rust/intro.html)
> “代码更像是指南,而不是实际的规则。” —— Hector Barbossa
在编程语言的江湖中,Rust 如同一颗新星,以其独树一帜的安全特性和严谨的类型系统,赢得了开发者的青睐。
Expand Down

0 comments on commit 1ad4669

Please sign in to comment.