视频资源
- 2020首届中国Rust开发者大会,Day 1, Day 2
- 2021Rust Meetup活动深圳站,上半场,下半场 🌄
- 2021Rust Meetup 北京站 ,回放 🌄
- 2021Rust Meetup 成都站 ,回放 🌄
- 张汉东的Rust实战课:带你完整构建一个异步Web框架,极客时间
- Rust唠嗑室,B站,MikeTang84
- ChaosBot,B站,张汉东 🌄
- 程序员令狐壹冲,B站,分享Rust和区块链技术
- Rust编程语言入门,B站,杨旭(微软MVP)
社区
- Rust语言中文社区
- Rust语言中文社区微信公众号:rust-china
- Rust Magazine 中文月刊 🌄
- Rust Discord
- The official users forum
- This Week in Rust
出版书籍
- 《The Rust Programming Language》,Steve Klabnik and Carol Nichols,中文版
- 《Programming Rust》,Jim Blandy and Jason Orendorff,2018,豆瓣门
- 《深入浅出Rust》,范长春 ( @F001 ),2018,豆瓣门
- 《Rust编程之道》, @张汉东 ,2019,豆瓣门
- 《Begin Rust》,Michael and Miriam Snoyman,2020,
- 《精通Rust》,Rahul Sharm,2021,豆瓣门
- 《Zero To Production In Rust》,Luca Palmieri,2021
- 《Rust语言编程实战》,Claus Matzinger,2021,豆瓣门 🌄
语言学习
语言
- Rust官网
- The Rust Programming Language - “the book”,中文版
- The Rust Standard Library
- Learning Rust
- The Rustonomicon,死灵书
- The Rust Reference,中文版
- The Rust RFC Book
- The Edition Guide,中文版
- The Rust Unstable Book
- Rust API Guidelines
- The Rust Performance Book
- The Little Book of Rust Books,Rust书籍宝库
主题:rustc
主题:Cargo
主题:命令行应用
主题:宏
主题:错误处理
主题:异步
- Asynchronous Programming in Rust,Rust 异步编程
- Tokio Tutorial,中文
- Async/Await,中文
- Async programming in Rust with async-std,async-std 中文文档
- Actix Tutorial, 中文
- The Node Experiment - Exploring Async Basics with Rust
- Futures Explained in 200 Lines of Rust,200行代码讲透RUST FUTURES
- A primer to Rust Async,Rust 异步入门
- The Future With Futures
- Rust's Journey to Async/await
- Asynchronous Programming in Rust(Zack Jorquera)
- rust异步编程
- Rust之异步入门
- Epoll, Kqueue and IOCP Explained with Rust
- Green Threads Explained in 200 Lines of Rust
主题:WebAssembly
主题:文档
主题:FFI
练习
- Rust by Example,通过例子学 Rust
- Rustlings: Small exercises to get you used to reading and writing Rust code!
- Rust Quiz
- Rust Language Cheat Sheet
- Learn Rust With Entirely Too Many Linked Lists
板条箱
食谱
- Crates.io
- Lib.rs,Lib.rs is a catalog of programs and libraries written in Rust.
- Rust Cookbook,中文版,Rust烹饪书
- Rust实践指南
常用箱
- Tokio,10.9k stars,async programming engine
- Actix,10.3k stars,Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust
- clap,5.1k stars,Command Line Argument Parser for Rust
- Serde,3.7k stars,Serialization/Deserialization library
- Crossbeam,3.4k stars,This crate provides a set of tools for concurrent programming
- StructOpt,1.8k stars,Parse command line arguments by defining a struct
- Regex,1.7k stars,regular expressions
-
thiserror,1.2k stars, This library provides a convenient derive macro for the standard library's
std::error::Error
trait - winapi-rs,1.1k stars,bindings for windows APIs