{"id":14991940,"url":"https://github.com/the-web3/chaineye-rust","last_synced_at":"2025-03-03T21:53:06.843Z","repository":{"id":152294353,"uuid":"625469587","full_name":"the-web3/chaineye-rust","owner":"the-web3","description":"rust 中文教程，每周更新 1-3 讲","archived":false,"fork":false,"pushed_at":"2024-09-04T03:37:04.000Z","size":250,"stargazers_count":75,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-02-24T20:51:18.088Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/the-web3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-09T07:48:27.000Z","updated_at":"2025-02-24T17:05:15.000Z","dependencies_parsed_at":"2025-01-16T12:46:29.520Z","dependency_job_id":"47546b1f-0498-4107-9a0e-bb49fef54bca","html_url":"https://github.com/the-web3/chaineye-rust","commit_stats":null,"previous_names":["savourlabs-academy/chaineye-rust","savour-academy/chaineye-rust","savour-community/chaineye-rust","the-web3/chaineye-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fchaineye-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fchaineye-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fchaineye-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/the-web3%2Fchaineye-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/the-web3","download_url":"https://codeload.github.com/the-web3/chaineye-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241746781,"owners_count":20013154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T15:00:36.611Z","updated_at":"2025-03-03T21:53:06.817Z","avatar_url":"https://github.com/the-web3.png","language":"Rust","funding_links":[],"categories":["Summary"],"sub_categories":[],"readme":"# Rust 中文教程\n\n本教程由 The Web3 社区出品, DappLink 赞助\n\n[![DappLink](https://raw.githubusercontent.com/eniac-x-labs/.github/main/profile/dapplink.jpeg)](https://www.dapplink.xyz/zh)\n\n\n## 教程目录\n\n### 基础篇(基础篇翻译自：https://doc.rust-lang.org/book/)\n\n#### 1. rust 安装 - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/01-rust-install/readme.md)\n#### 2. Hello World - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/02-hello-world/readme.md)\n#### 3. Hello Gargo  -  [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/03-hello-cargo/readme.md)\n#### 4. 编写猜字游戏  - [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/04-guess-game#readme)\n#### 5. 常见编程概念  - [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/05-program-concept#readme)\n#### 6. 理解 rust 所有权  -  [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/06-rust-owner/readme.md)\n#### 7. 使用结构来构造相关数据  -  [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/07-rust-struct-type#readme)\n#### 8. 枚举和模式匹配  - [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/08-rust-enum-mode#readme)\n#### 9. 使用 package、creates 和 modules 管理成长中的项目  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/09-package-project/readme.md)\n#### 10. 公共集合  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/10-common-sets/readme.md)\n#### 11. 错误处理  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/11-error/readme.md)\n#### 12. 通用类型、特征和生命周期  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/12-life-cycle/readme.md)\n#### 13. 编写自动化测试  - [教程]()\n#### 14. I/O 项目：构建命令行程序  - [教程]()\n#### 15. 函数式语言特性：迭代器和闭包  - [教程]()\n#### 16. 更多关于 Cargo 和 Crates.io  - [教程]()\n#### 17. 智能指针 - [教程]()\n#### 18. 并发编程 - [教程]()\n#### 19. Rust 的面向对象编程特性 - [教程]()\n#### 20. 模式与匹配 - [教程]()\n#### 21. 高级功能 - [教程]()\n\n------------------------------------------------------------------------------------------------------------------------------\n\n### 进阶篇\n\n#### 1. rust 实现主流的数据结构与算法  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/advanced-01-algorithms-datastructures/readme.md) ｜ [代码]()\n#### 2. rust web 框架介绍  - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/advanced-02-web/readme.md) ｜ [hyper代码](https://github.com/0xchaineye/chaineye-rust/tree/main/advanced-02-web/code/hyper-server) ｜ [peom代码](https://github.com/0xchaineye/chaineye-rust/tree/main/advanced-02-web/code/poem-demo)\n#### 3. rust web 框架之 poem - [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/advanced-03-poem/readme.md) ｜ [代码]()  \n#### 4. rust web 框架之 actix-web [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/advanced-04-actix-web#readme) ｜ [代码]()\n#### 5. rust web 框架之 Hyper [教程](https://github.com/0xchaineye/chaineye-rust/blob/main/advanced-05-hyper/readme.md) ｜ [代码]()\n#### 6. rust web 框架之 rocket  - [教程](https://github.com/0xchaineye/chaineye-rust/tree/main/advanced-06-rocket#readme) ｜ [代码]()\n#### 7. rust web 框架之 warp  - [教程]() ｜ [代码]()\n#### 8. rust web 框架之 nickel  - [教程]() ｜ [代码]()\n#### 9. rust web 框架之 tide  - [教程]() ｜ [代码]()\n#### 10. rust Orm -  [教程]() ｜ [代码]()\n#### 11. rust 实现 grpc server 和 client  -  [教程]() ｜ [代码]()\n#### 12. rust 实现聊天服务  - [教程]() ｜ [代码]()\n\n------------------------------------------------------------------------------------------------------------------------------\n\n\n### 高级篇\n\n#### 1. 分析 zengo MPC 代码实现  -  [教程]() ｜ [代码]()\n#### 2. 分析 poem 框架代码实现  -  [教程]() ｜ [代码]()\n\n------------------------------------------------------------------------------------------------------------------------------\n\n### 区块链项目实战篇\n\n#### 1. 分析 zksync 代码实现  - [教程]() ｜ [代码]()\n#### 2. 分析 scroll 代码实现  - [教程]() ｜ [代码]()\n#### 3. 用 rust 开发一条 layer3 MPC 去中心化托管链  -  [教程]() ｜ [代码]()\n\n\n------------------------------------------------------------------------------------------------------------------------------\n\n## 联系作者\n\n- 邮箱：guoshijiang2012@163.com\n- 微信：LGZAXE\n- discord: https://discord.gg/WW86tqEw\n- telegram: @shijiangguo\n- Twitter: @seek_web3\n\n## The Web3 社区简介\nThe Web3 是一个专注 Web3 技术解决方案设计与开发、技术教程设计与开发、Web3 项目投研分析和 Web3 项目孵化，旨在将开发者，创业者，投资者和项目方联系在一起的社区。\n\n#### The web3 业务范围\n\n- 技术服务：提供交易所钱包，HD 钱包，硬件钱包，MPC 托管钱包，Dapps,  质押协议，L1，L2 ，L3 公链，数据可用层（DA）和中心化交易所技术开发服务。\n- 技术培训：提供个人技术成长和企业技术培训服务\n- 开发者活动承接：各种线下线上黑客松和开发者 meetup 活动承接\n- 除此之外，我们还和 \"磐石安全实验室\" 深入合作，开展去中心化安全审计服务\n  \n## The Web3 社区官方链接\n- github: https://github.com/the-web3\n- X: https://twitter.com/0xtheweb3cn\n- telegram: https://t.me/+pmoh3D4uTAFjNWM1\n- discord:  https://discord.gg/muhuXRsK\n- the web3 官网：https://thewebthree.xyz/\n- the web3 技术服务网站：https://web.thewebthree.xyz/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-web3%2Fchaineye-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthe-web3%2Fchaineye-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthe-web3%2Fchaineye-rust/lists"}