- Sách Rust - Mới đọc qua, cần đọc lại các chủ đề còn chưa vững trong tuần đầu tiên của lộ trình
- rustlings - Đã làm xong từ lâu (Dù ăn gian bỏ qua ba bài)
- https://rust-unofficial.github.io/patterns/intro.html
- https://www.lurklurk.org/effective-rust/title-page.html
- https://github.com/pretzelhammer/rust-blog/blob/master/posts/common-rust-lifetime-misconceptions.md
- https://doc.rust-lang.org/nomicon/ownership.html
- https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
- https://sabrinajewson.org/blog/errors (modular errors)
- https://fsharpforfunandprofit.com/posts/recipe-part2/ (railway oriented programming)
- Architecture:
- Async - Sau đó mới qua Tokio
- The Little Book of Rust Macros: Everything you need to know about macros.
- Learn Rust Page: Index for Rust's documentation page. Includes things such as the Edition Guide, Cargo Book, etc.
- Awesome Rust: A huge list of the best crates and tools you could possibly think of!
- Are we ___ yet
- Rust FFI Omnibus - How to use Rust code in other languages
- Rust Cheatsheet:- List of a bunch of common Rust knowledge.