docs: update

This commit is contained in:
wenzhe 2022-12-07 11:42:03 +08:00
parent 7cdef70a69
commit d2a1bd170b
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ On [CodeCrafters](https://codecrafters.io/for/rust), you can recreate your favor
### 9. Writing Interpreters in Rust
[This online book](https://github.com/rust-hosted-langs/book) will walk through the basics of interpreted language implementation in Rust.
[This online book](https://github.com/rust-hosted-langs/book) will walk through the basics of interpreted language implementation in Rust with a focus on the challenges that are specific to using Rust.
---

View File

@ -35,7 +35,7 @@
你也可以在[以下地址](https://github.com/phil-opp/blog_os)找到完整的源代码。
### 7. CodeCrafters.io: Build your own Git, Docker, SQLite, or Redis
### 7. CodeCrafters.io: 写一个你自己的 Git DockerSQLite 或 Redis
在 [CodeCrafters](https://codecrafters.io/for/rust) 上,你可以从头开始重新创建您最喜欢的开发人员工具。这是一种掌握 Rust 的实践、最低限度指导的方法,同时欣赏我们每天使用的流行技术的内部结构和文档。