出版书籍
- 《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官网
- 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
主题:命令行应用
主题:宏
主题:错误处理
主题:异步
- Asynchronous Programming in Rust,Rust 异步编程
- Tokio Tutorial,中文
- Actix Tutorial, 中文
- Async programming in Rust with async-std,async-std 中文文档
- 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
视频资源
- 首届中国Rust开发者大会,Day 1, Day 2
- Rust唠嗑室,B站,MikeTang84
- 张汉东的Rust实战课:带你完整构建一个异步Web框架,极客时间
社区
- Rust语言中文社区
- 微信公众号:rust-china,Rust语言中文社区
- Rust Discord
- The official users forum
- This Week in Rust
网友评论