Update README.md

This commit is contained in:
TimLai666 2024-06-10 03:27:17 +08:00 committed by GitHub
parent 67ee8becbe
commit 145fbad404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
另外,對於 Rust 初學者,還有以下資源可以參考:
- [The Book](https://doc.rust-lang.org/book/index.html) - 最全面的 Rust 學習資源,但有時有點理論性。建議您可以搭配 Rustlings 一起使用!
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過小練習來學習 Rust`rustlings`類似,但是是線上的。
- [Rust By Example](https://doc.rust-lang.org/rust-by-example/index.html) - 透過小練習來學習 Rust `rustlings` 類似,但是是線上的。
## 新手上路