Rust学习的关键资源

⭐️ Rust-Learning repo https://github.com/ctjhoa/rust-learning

官方教程(号称The Book)https://doc.rust-lang.org/stable/book/
中文版 https://kaisery.github.io/trpl-zh-cn/ https://rustwiki.org/zh-CN/book/

Easy Rust 用比较简单的英语写的教程,内容也较简单一些(入门)
https://dhghomon.github.io/easy_rust/Chapter_0.html

菜鸟Rust教程 https://www.runoob.com/rust/rust-tutorial.html

Rust By Example https://doc.rust-lang.org/rust-by-example/hello.html
⭐️ 中文版 https://rustwiki.org/zh-CN/rust-by-example/index.html

⭐️ Rust Cookbook https://rust-lang-nursery.github.io/rust-cookbook/

中文版:https://rustwiki.org/zh-CN/rust-cookbook

⭐️ Rust By Practice( Rust 练习实践 ) https://zh.practice.rs/why-exercise.html

⭐️ Rust圣经 https://course.rs/about-book.html

Rustc Book https://doc.rust-lang.org/rustc/index.html

Rust 🦀 and WebAssembly https://rustwasm.github.io/book/

The wasm-bindgen Guide https://rustwasm.github.io/wasm-bindgen/introduction.html

Rust参考手册:

英文 https://doc.rust-lang.org/reference/introduction.html

中文 https://rustwiki.org/zh-CN/reference/introduction.html

Rust 宏小册 https://zjp-cn.github.io/tlborm/

Rust 中的异步编程 https://huangjj27.github.io/async-book/index.html

Rust 秘典(死灵书) https://nomicon.purewhite.io/intro.html

官方API文档 https://doc.rust-lang.org/std/index.html

标准库中文版 https://rustwiki.org/zh-CN/std/

优质Rust项目 https://github.com/rust-unofficial/awesome-rust
中文版 https://github.com/PuzzledAlien/awesome-rust-cn

Rust 中文资源 https://github.com/rust-lang-cn

Effective Rust https://www.lurklurk.org/effective-rust/cover.html

⭐️ RustGYM https://rustgym.com/ leetcode题目的rust解法

⭐️ Rustlings https://github.com/rust-lang/rustlings 官方出品的rust小练习,可以有针对的练习各个语法点

Rust Atomics and Locks:Low-Level Concurrency in Practice https://marabos.nl/atomics/

The Tauri Documentation Work-in-progress https://jonaskruckenberg.github.io/tauri-docs-wip/introduction.html

Comprehensive Rust https://google.github.io/comprehensive-rust/
安卓团队编写的为期四天的 Rust 课程,从基本语法到高级主题,最后一天还会讲到 Rust 如何用于安卓开发。

视频:Rust Linz https://www.youtube.com/watch?v=OhCjnyBc448&list=PL85XCvVPmGQgL3lqQD5ivLNLfdAdxbE_u

视频:The Rust Lang Book https://www.youtube.com/watch?v=OX9HJsJUDxA&list=PLai5B987bZ9CoVR-QEIN9foz4QCJ0H2Y8&index=1

发表回复