docs: update small project

This commit is contained in:
wenzhe
2022-12-07 11:36:46 +08:00
parent 2c52ef2e15
commit 7cdef70a69
2 changed files with 12 additions and 1 deletions

View File

@ -38,6 +38,9 @@ On [CodeCrafters](https://codecrafters.io/for/rust), you can recreate your favor
### 8. mini-redis
[mini-redis](https://github.com/tokio-rs/mini-redis) is an incomplete Redis client and server implementation using tokio, it has decent code base and detail explanations, very suitable for learning Rust and asynchronous programming.
### 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.
---