Rust 资源整理

前言

  • 开始学习 Rust 之前,请确保读完《Rust 编程语言》

Rust 社区

  • 颜色版 https://rustlang-cn.org/
  • 黑白版 https://rust.cc

书籍资料

  • Rust 算法俱乐部
  • rust 代码示例 https://doc.rust-lang.org/rust-by-example
  • rust 的学习资料 https://github.com/EbookFoundation/free-programming-books/blob/master/free-programming-books.md#rust
    • 有时候,维护者可能更换仓库,这时搜索github上的free-programming-books
  • Rust Primer https://rustcc.gitbooks.io/rustprimer/content/
  • Rust 程序设计语言 简体中文版 https://kaisery.github.io/trpl-zh-cn/foreword.html
  • 爱上Rust系列教程 https://www.yuque.com/progfun/rust/pqket4
  • Rust宏小册 中文版 http://blog.luxko.site/tlborm-chinese/book/README.html
  • 绅士地介绍-rust http://llever.com/gentle-intro/readme.zh.html
  • Rust知识点导图(很棒) https://www.breakdown-notes.com/make/load/rust_cs_canvas/true
  • 简洁易懂的幻灯片教程
  • 给初学者的Rust中文教程

GitHub 资源

  • awesome-rust https://github.com/rust-unofficial/awesome-rust

Rust GUI 库

  • https://github.com/hecrj/iced

视频资料

  • rust 入门视频 https://www.bilibili.com/video/av12818669

其他

  • Rust 练习网站 https://exercism.io/tracks/rust/resources
  • Rust 在线编程 https://play.rust-lang.org/
  • 台湾同胞搞的 Rust 学习算法的教程 https://rust-algo.club/index.html
  • Rust 速查表

你可能感兴趣的:(Rust 资源整理)