Rust 权威指南 (The Rust Programming Language) https://rustwiki.org/zh-CN/book/ https://kaisery.github.io/trpl-zh-cn/ https://doc.rust-lang.org/stable/book/ Rust 文档网 https://rustwiki.org/ 通过例子学 Rust (Rust By Example) https://rustwiki.org/zh-CN/rust-by-example/ Rust 秘典(死灵书) (The Rustonomicon) https://nomicon.purewhite.io/ https://learnku.com/docs/nomicon/2018 https://refcell.github.io/rustonomicon_zh-CN Rust参考手册 (Rust reference) https://minstrel1977.gitee.io/rust-reference/ https://doc.rust-lang.org/reference/introduction.html Rust 异步编程 (Asynchronous Programming in Rust) https://huangjj27.github.io/async-book/index.html https://learnku.com/docs/async-book/2018 https://rust-lang.github.io/async-book/index.html Rust Language Cheat Sheet https://cheats.rs/ Writing Rust in Easy English https://dhghomon.github.io/easy_rust/Chapter_3.html Rust 语言之旅 https://tourofrust.com/TOC_zh-cn.html Rust入门秘籍 https://rust-book.junmajinlong.com/about.html Rust Primer https://www.bookstack.cn/read/RustPrimer/README.md https://rustcc.gitbooks.io/rustprimer/content/ https://github.com/rustcc/RustPrimer Rust Cookbook https://rustwiki.org/zh-CN/rust-cookbook/intro.html https://rust-cookbook.budshome.com/ Rust语言圣经 (The Course) https://course.rs/into-rust.html actix-web 中文文档 https://actix-web.budshome.com/