内容有所增添,主要内容转载自:https://zhuanlan.zhihu.com/p/273653469,袁承兴

Rust学习资源(持续更新)

视频资源

社区

出版书籍

语言学习

语言

主题:rustc

主题:Cargo

主题:命令行应用

主题:宏

主题:设计模式

主题:错误处理

主题:异步

主题:WebAssembly

主题:文档

主题:FFI

练习

板条箱

食谱

常用箱

  • 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