[
  {
    "path": "CONTRIBUTING.md",
    "content": "# 贡献指南\n\n很高兴你愿意作出贡献！希望本文档能够帮助你更好了解本项目，本项目收录Rust学习资源，包括但不限于书籍、文档、软件、库等等，一切你认为优秀的资源都能添加进来。\n\n#### 添加内容/结构优化等\n\n请先Fork到自己名下，修改后提交Pull Request，在24小时内可以期望获得处理。添加格式请按照\"名称 - 中文简介\"，如果是非中文的资源，请务必翻译简介为中文。\n\n#### 反馈错误/移除内容/建议/其他\n\n请提Issue，在确认后会第一时间处理。\n"
  },
  {
    "path": "README.md",
    "content": "# Awesome Rust Zh\n\n中文Rust社区资源汇总，欢迎PR和建议，请见[贡献指南](CONTRIBUTING.md)。欢迎加入[Rust中文社群](https://301.one/rustcngroup)（飞书群聊）和小伙伴们探讨Rust。\n\n![CC BY-SA 4.0](https://licensebuttons.net/l/by-sa/4.0/88x31.png)\n\n本作品采用<a rel=\"license\" href=\"http://creativecommons.org/licenses/by-sa/4.0/\">知识共享署名-相同方式共享 4.0 国际许可协议</a>进行许可。\n\n## 目录\n\n- [Awesome Rust Zh](#awesome-rust-zh)\n  - [目录](#目录)\n  - [书籍/教程/文档](#书籍教程文档)\n      - [在线资料](#在线资料)\n        - [入门](#入门)\n        - [进阶](#进阶)\n        - [Rust语言开源杂志](#rust语言开源杂志)\n        - [2021 年 Rust 生态版图调研报告](#2021-年-rust-生态版图调研报告)\n      - [实体书籍](#实体书籍)\n      - [博客资源](#博客资源)\n      - [其他资源](#其他资源)\n  - [库](#库)\n      - [WebAssembly](#webassembly)\n      - [编程语言](#编程语言)\n      - [GUI](#gui)\n      - [机器学习](#机器学习)\n      - [操作系统](#操作系统)\n      - [容器技术](#容器技术)\n      - [前端相关](#前端相关)\n      - [后端相关](#后端相关)\n      - [异步框架](#异步框架)\n      - [文件系统](#文件系统)\n      - [数据库驱动](#数据库驱动)\n      - [其他库](#其他库)\n  - [软件](#软件)\n      - [数据库](#数据库)\n      - [静态网页生成器](#静态网页生成器)\n      - [其他软件](#其他软件)\n  - [社区](#社区)\n\n## 书籍/教程/文档\n\n#### 在线资料\n\n##### 入门\n\n- [The Rust Programming Language英文原版](https://doc.rust-lang.org/book/)\n- [rustlings - Rust小练习](https://github.com/rust-lang/rustlings)\n- [Rust 程序设计语言](https://kaisery.github.io/trpl-zh-cn/)\n- [RustPrimer](https://rustcc.gitbooks.io/rustprimer/content/)\n- [Rust语言圣经](https://github.com/sunface/rust-course)\n- [Rust 文档网](https://rustwiki.org/)\n  - [Rust 程序设计语言](https://rustwiki.org/zh-CN/book)\n  - [通过例子学 Rust](https://rustwiki.org/zh-CN/rust-by-example)\n  - [Rust 参考手册](https://rustwiki.org/zh-CN/reference)\n  - [Rust Cookbook](https://rustwiki.org/zh-CN/rust-cookbook)\n  - [Rust 版本指南](https://rustwiki.org/zh-CN/edition-guide)\n  - [Rust 速查表](https://cheats.rs/)\n\n##### 进阶\n\n- [Rust 秘典（死灵书）](https://nomicon.purewhite.io/)\n- [Rust 异步编程指南](https://github.com/studyrs/async-book)\n- [手把手实现 Rust 链表](https://github.com/sunface/too-many-lists)\n- [rCore-Tutorial-Book 第三版](https://rcore-os.github.io/rCore-Tutorial-Book-v3/)\n- [Rust 编码规范 中文版](https://github.com/Rust-Coding-Guidelines/rust-coding-guidelines-zh)\n- [编写 Rust 语言的操作系统](https://github.com/rustcc/writing-an-os-in-rust)\n- [Rust 中的异步编程](https://huangjj27.github.io/async-book/index.html)\n- [使用Rust编写HTML渲染引擎](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)\n- [使用Rust编写DNS服务器](https://github.com/EmilHernvall/dnsguide)\n\n##### Rust语言开源杂志\n\n- [Rust语言开源杂志（2021）](https://rustmagazine.github.io/rust_magazine_2021/)\n- [Rust语言开源杂志（2022）](https://rustmagazine.github.io/rust_magazine_2022/)\n  - [第一季](https://rustmagazine.github.io/rust_magazine_2022/Q1/toc.html)\n\n\n##### 2021 年 Rust 生态版图调研报告\n\n- [2021 年 Rust 生态调研报告 | 星辰大海 【上篇】](https://mp.weixin.qq.com/s/SN0it6uHf2mv0O_KYTooUg)\n- [2021 年 Rust 生态调研报告 | 星辰大海 【下篇】](https://mp.weixin.qq.com/s/Q9leuL0mkykw28_tOjKhaQ)\n\n#### 实体书籍\n\n- Rust权威指南\n- Rust编程：入门、实战与进阶\n- Rust编程之道\n\n#### 博客资源\n- [fasterthanli - Rust 长篇博文](https://fasterthanli.me/articles)\n- [Jon Gjengset - Rust 超长视频 up 主](https://www.youtube.com/c/JonGjengset/playlists)\n\n#### 其他资源\n\n- [Rust国内源（字节）](https://rsproxy.cn/)\n- [Rust 开发者学习路线图](https://github.com/anshulrgoyal/rust-web-developer-roadmap)\n- [cross - 跨平台编译工具](https://github.com/cross-rs/cross)\n\n## 库\n\n#### WebAssembly\n\n- [wasmtime - 独立Wasm JIT运行时](https://github.com/bytecodealliance/wasmtime)\n- [WasmEdge - 边缘计算优化的轻量级、高性能、可扩展的 WebAssembly (Wasm) 虚拟机](https://github.com/WasmEdge/WasmEdge)\n- [wasmer - 支持WASI和Emscripten的WebAssembly运行时](https://github.com/wasmerio/wasmer)\n- [wit-bindgen - `wit`语言绑定生成器](https://github.com/bytecodealliance/wit-bindgen)\n\n#### 编程语言\n\n- [pua-lang - Rust编写的PUA语言](https://github.com/flaneur2020/pua-lang)\n- [chen_lang - 用 Rust 写的 一个小编程语言](https://github.com/zuisong/chen_lang)\n\n#### GUI\n\n- [slint - 高效GUI开发套件](https://github.com/slint-ui/slint)\n- [iced - 跨平台GUI库，受Elm启发](https://github.com/hecrj/iced)\n- [egui - 易用的即时GUI库](https://github.com/emilk/egui)\n- [flutter-rs - 使用Rust和Flutter构建好看的桌面端App](https://github.com/flutter-rs/flutter-rs)\n- [flutter_rust_bridge - Rust到Flutter/Dart的高级内存安全绑定生成器](https://github.com/fzyzcjy/flutter_rust_bridge)\n\n#### 机器学习\n\n- [MegFlow - 快速视觉应用落地](https://github.com/MegEngine/MegFlow)\n\n#### 操作系统\n\n- [Linux - 为Linux内核添加Rust支持](https://github.com/Rust-for-Linux/linux)\n- [rCore - 清华uCore系统的Rust版本](https://github.com/rcore-os/rCore)\n- [core-os-riscv - 一个Rust编写的类xv6系统](https://github.com/skyzh/core-os-riscv)\n- [zCore - 用Rust语言重写的Zircon微内核](https://github.com/rcore-os/zCore)\n\n#### 容器技术\n\n- [Shallow Container](https://github.com/KernelErr/shallow-container)\n- [krustlet - 在本机运行WebAssembly程序](https://github.com/krustlet/krustlet)\n\n#### 前端相关\n\n- [Rust实现Vue编译器](https://github.com/HerringtonDarkholme/vue-compiler)\n- [Yew - 现代Rust/Wasm多线程前端框架](https://github.com/yewstack/yew)\n- [Robinson - 玩具Web渲染引擎](https://github.com/mbrubeck/robinson)\n- [sycamore - 基于Rust和WebAssembly的响应式web库](https://github.com/sycamore-rs/sycamore)\n- [Dioxus - 优雅的类React前端框架](https://github.com/DioxusLabs/dioxus)\n- [Percy - Rust + WebAssembly前端框架](https://github.com/chinedufn/percy)\n\n#### 后端相关\n\n- [poem - 简单易用功能丰富的后端框架](https://github.com/poem-web/poem)\n  - [poem-ratelimit - poem限流中间件](https://github.com/KernelErr/poem-ratelimit)\n- [axum - 基于Tokio/Tower/Hyper的现代化Web框架](https://github.com/tokio-rs/axum)\n- [hyper - Rust HTTP库](https://github.com/hyperium/hyper)\n- [actix-web - 强大且速度极快的web框架](https://github.com/actix/actix-web)\n- [Rocket - 简单快速的web框架](https://github.com/SergioBenitez/Rocket)\n- [Perseus - 支持服务器渲染和静态生成的web开发框架](https://github.com/arctic-hen7/perseus)\n- [Spin - Wasm微服务框架](https://github.com/fermyon/spin)\n\n####  异步框架\n\n- [monoio - 一个基于 io-uring 和 thread-per-core 模型 Rust Runtime](https://github.com/bytedance/monoio)\n- [glommio - 支持io_uring的线程与核绑定异步框架](https://github.com/DataDog/glommio)\n\n####  文件系统\n\n- [procfs - 解析proc下的各种文件](https://github.com/eminence/procfs)\n\n#### 数据库驱动\n\n- [mongodb](https://crates.io/crates/mongodb)\n- [redis](https://crates.io/crates/redis)\n- [SQLx - Rust SQL工具箱](https://crates.io/crates/sqlx)\n\n#### 其他库\n\n- [variant-counter - 优雅的Enum计数库](https://github.com/Folyd/variant-counter)\n- [CaoE - 当父进程退出杀死所有子进程](https://github.com/wayslog/caoe)\n- [udbg-base - udbg基础库带有跨平台内存读写等功能](https://github.com/udbg/udbg-base)\n- [big_data - Rust编写的redis扩展数据结构完全兼容Erlang数据结构格式](https://github.com/yangcancai/big_data)\n- [diesel - Rust编写的可扩展的ORM](https://github.com/diesel-rs/diesel)\n\n## 软件\n\n#### 数据库\n\n- [tikv - 分布式KV数据库](https://github.com/tikv/tikv)\n- [pelikan - Twiiter统一缓存后端](https://github.com/twitter/pelikan)\n- [sled - 嵌入式数据库](https://github.com/spacejam/sled)\n- [indradb - 图数据库](https://github.com/indradb/indradb)\n- [materialize - SQL数据流数据库](https://github.com/MaterializeInc/materialize)\n- [noria - 高性能数据流数据库](https://github.com/mit-pdos/noria)\n- [lucid - 提供HTTP API的高性能KV数据库](https://github.com/lucid-kv/lucid)\n- [parity-db - 实验性区块链数据库](https://github.com/paritytech/parity-db)\n- [skytable - 快速安全持久化的NoSQL数据库](https://github.com/skytable/skytable)\n\n#### 静态网页生成器\n\n- [zine - 杂志生成器](https://github.com/zineland/zine)\n\n#### 其他软件\n\n- [RustDesk - 远程桌面软件](https://rustdesk.com/)\n- [Rust Search Extension - 在地址栏快速搜索 Rust 文档、crates、内置属性、官方书籍和错误码等](https://github.com/huhu/rust-search-extension)\n- [ESSE - 加密对称会话引擎](https://github.com/CympleTech/esse)\n- [Clean DNS with eBPF - 基于 Rust + eBPF 丢弃 GFW DNS 污染包](https://github.com/ihciah/clean-dns-bpf)\n- [meilisearch - 快速实时搜索引擎](https://github.com/meilisearch/MeiliSearch)\n- [bottom - 跨平台可视化资源管理器](https://github.com/ClementTsang/bottom)\n- [paste - 云粘贴板](https://github.com/yanfenglee/paste) [在线链接](http://p.gluc.cn/)\n- [lapce - 强大快速的代码编辑器](https://github.com/lapce/lapce)\n- [gyroflow - 使用相机的陀螺仪数据稳定录像](https://github.com/gyroflow/gyroflow)\n- [AppFlowy - 开源的Notion替代](https://github.com/AppFlowy-IO/AppFlowy)\n- [Lust - 自建图片处理服务器](https://github.com/ChillFish8/lust)\n\n## 社区\n\n- [Rust语言中文社区](https://rustcc.cn/)\n\n"
  }
]