mirror of
https://github.com/sunface/rust-by-practice.git
synced 2025-06-23 20:49:41 +00:00
docs: update small project
This commit is contained in:
@ -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.
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user