(转载)Rust学习资源
内容有所增添,主要内容转载自:https://zhuanlan.zhihu.com/p/273653469,袁承兴
Rust学习资源(持续更新)
视频资源
- 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》,范长春 (
),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,豆瓣门
语言学习
语言
The Rust Programming Language - “the book”,中文版
The Little Book of Rust Books,Rust书籍宝库
主题:rustc
主题:Cargo
主题:命令行应用
主题:宏
主题:设计模式
主题:错误处理
主题:异步
Async/Await,中文 (译者:
)
主题: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 实践指南 - The Hitchhiker's Guide to 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](https://link.zhihu.com/?target=https%3A//doc.rust-lang.org/std/error/trait.Error.html)
trait - winapi-rs,1.1k stars,bindings for windows APIs
编辑于 2021-05-09 17:17