data update
This commit is contained in:
@ -1,21 +1,21 @@
|
||||
<a href="https://github.com/GrowingGit/GitHub-Chinese-Top-Charts#github中文排行榜">返回目录</a> • <a href="/content/docs/feedback.md">问题反馈</a>
|
||||
|
||||
# 中文总榜 > 资料类 > Rust
|
||||
<sub>数据更新: 2022-03-06 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
<sub>数据更新: 2022-03-07 / 温馨提示:中文项目泛指「文档母语为中文」OR「含有中文翻译」的项目,通常在项目的「readme/wiki/官网」可以找到</sub>
|
||||
|
||||
|#|Repository|Description|Stars|Updated|
|
||||
|:-|:-|:-|:-|:-|
|
||||
|1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|261220|2022-03-03|
|
||||
|2|[rust-embedded/rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)|:books: Learn to write an embedded OS in Rust :crab:|7845|2022-02-15|
|
||||
|3|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程/书籍|4530|2022-03-05|
|
||||
|4|[QMHTMY/RustBook](https://github.com/QMHTMY/RustBook)|A book about Rust Data Structures and Algorithms.|1279|2022-03-01|
|
||||
|5|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|709|2022-02-25|
|
||||
|6|[sunface/rust-by-practice](https://github.com/sunface/rust-by-practice)| Practice Rust with typical examples, challenging exercises and small practical projects.|580|2022-03-05|
|
||||
|1|[996icu/996.ICU](https://github.com/996icu/996.ICU)|Repo for counting stars and contributing. Press F to pay respect to glorious developers.|261227|2022-03-03|
|
||||
|2|[rust-embedded/rust-raspberrypi-OS-tutorials](https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials)|:books: Learn to write an embedded OS in Rust :crab:|7850|2022-02-15|
|
||||
|3|[sunface/rust-course](https://github.com/sunface/rust-course)|“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程/书籍|4560|2022-03-06|
|
||||
|4|[QMHTMY/RustBook](https://github.com/QMHTMY/RustBook)|A book about Rust Data Structures and Algorithms.|1296|2022-03-01|
|
||||
|5|[sunface/rust-by-practice](https://github.com/sunface/rust-by-practice)| Practice Rust with typical examples, challenging exercises and small practical projects.|742|2022-03-06|
|
||||
|6|[skyzh/type-exercise-in-rust](https://github.com/skyzh/type-exercise-in-rust)|Learn Rust black magics by implementing an expression framework in database systems|710|2022-02-25|
|
||||
|7|[zu1k/copy-translator](https://github.com/zu1k/copy-translator)|简单、轻量、好用的划词翻译软件,利用DeepL翻译,无需注册api token|578|2021-12-27|
|
||||
|8|[aylei/leetcode-rust](https://github.com/aylei/leetcode-rust)|my leetcode solutions in rust|461|2021-09-23|
|
||||
|9|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|436|2022-02-08|
|
||||
|9|[tyrchen/geektime-rust](https://github.com/tyrchen/geektime-rust)|我的极客时间 Rust 课程的代码仓库,随课程更新|438|2022-02-08|
|
||||
|10|[wtklbm/rust-library-i18n](https://github.com/wtklbm/rust-library-i18n)|Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示,也可以生成本地 API 文档 (已停更)|383|2022-01-22|
|
||||
|11|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|318|2022-03-03|
|
||||
|11|[phodal/quake](https://github.com/phodal/quake)|Quake is a knowledge management meta-framework for geeks. Use meta-data + Transflow to CRUD data, Git + markdown to management content, Web Component for frontend-custom. Quake 是面向极客的知识管理元框架。|319|2022-03-03|
|
||||
|12|[weihanglo/rust-algorithm-club](https://github.com/weihanglo/rust-algorithm-club)|Learn algorithms and data structures with Rust|267|2021-12-23|
|
||||
|13|[zhangyuang/leetcode](https://github.com/zhangyuang/leetcode)|solve questions in leetcode by Rust|249|2022-01-15|
|
||||
|14|[rust-lang-cn/book-cn](https://github.com/rust-lang-cn/book-cn)|Rust 程序设计语言 中文版——Chinese translation of The Rust Programming Language (Book)|188|2022-03-05|
|
||||
@ -23,8 +23,8 @@
|
||||
|16|[citahub/libsm](https://github.com/citahub/libsm)|A Rust Library of China's Standards of Encryption Algorithms (SM2/3/4)|112|2022-01-14|
|
||||
|17|[iolivia/rust-sokoban](https://github.com/iolivia/rust-sokoban)|Rust Sokoban book and code samples|108|2022-02-25|
|
||||
|18|[xuesongbj/Rust-Notes](https://github.com/xuesongbj/Rust-Notes)| 🦀️ Rust学习笔记 📖 |97|2022-02-24|
|
||||
|19|[wangzhe3224/awesome-systematic-trading](https://github.com/wangzhe3224/awesome-systematic-trading)|A curated list of insanely awesome libraries, packages and resources for systematic trading. Crypto, Stock, Futures, Options, CFDs, FX, and more 量化交易 量化投资|86|2022-01-31|
|
||||
|20|[sunface/rust-algos](https://github.com/sunface/rust-algos)|<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team|85|2022-03-02|
|
||||
|19|[wangzhe3224/awesome-systematic-trading](https://github.com/wangzhe3224/awesome-systematic-trading)|A curated list of insanely awesome libraries, packages and resources for systematic trading. Crypto, Stock, Futures, Options, CFDs, FX, and more 量化交易 量化投资|87|2022-01-31|
|
||||
|20|[sunface/rust-algos](https://github.com/sunface/rust-algos)|<<Rust算法题解>>,用Rust语言实现常见的算法和数据结构,以及leetcode题解,algos = algorithms,written with ❤️ by course.rs team|87|2022-03-02|
|
||||
|21|[FuGangqiang/mdblog.rs](https://github.com/FuGangqiang/mdblog.rs)|static site generator from markdown files(markdown 格式静态博客生成器)|43|2022-01-11|
|
||||
|22|[xxg1413/inviting-rust-note](https://github.com/xxg1413/inviting-rust-note)|Rust实战课程笔记|38|2021-12-26|
|
||||
|23|[nange/blog](https://github.com/nange/blog)|记录一些知识。。|35|2022-03-04|
|
||||
|
||||
Reference in New Issue
Block a user