{"id":15893826,"url":"https://github.com/chinanf-boy/rust-tour","last_synced_at":"2025-06-10T23:06:44.197Z","repository":{"id":90548505,"uuid":"136770445","full_name":"chinanf-boy/rust-tour","owner":"chinanf-boy","description":"tour: rust 「learn list」| 「 学习之旅」 🐲","archived":false,"fork":false,"pushed_at":"2019-06-22T05:03:57.000Z","size":16,"stargazers_count":19,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T13:23:15.206Z","etag":null,"topics":["explain","list","rust"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chinanf-boy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-06-10T01:33:22.000Z","updated_at":"2024-11-21T14:51:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"ab08f8b3-0445-4799-ac6c-6dee0d8cc87b","html_url":"https://github.com/chinanf-boy/rust-tour","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2Frust-tour","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2Frust-tour/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2Frust-tour/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2Frust-tour/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chinanf-boy","download_url":"https://codeload.github.com/chinanf-boy/rust-tour/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chinanf-boy%2Frust-tour/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259166964,"owners_count":22815591,"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":["explain","list","rust"],"created_at":"2024-10-06T08:13:50.458Z","updated_at":"2025-06-10T23:06:44.168Z","avatar_url":"https://github.com/chinanf-boy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust-tour\n\n「 顾名思义, rust 的旅行, rust 路途是颠簸的。 」\n\n\u003e https://www.rust-lang.org/ 官方网站\n\n---\n\n## 生活\n\n[If help, **buy** me coffee —— 营养跟不上了，给我来瓶营养快线吧! 💰](https://github.com/chinanf-boy/live-need-money)\n\n---\n\n# [官方教学，及其延伸讲解/翻译](./office.md)\n\n\u003e 本标题的文档，存放初识 Rust 的走程。—— 2019 5.17 留字。\n\n以及\n\n## [一份小抄](./table.md)（常用函数的描述表格）\n\n---\n\n## 按主题，保存的链接\n\n### 练习\n\n- [rustlings：帮你扶住 Rust 的那双手](https://github.com/rust-lang/rustlings)\n\n### ffi（Foreign Function Interface）语言交互接口\n\n- [使用 Rust 构建一个快速的 Electron APP ](https://www.anquanke.com/post/id/101600) `electron` `neno` `rust`\n- [较为全面的，Rust 代码在`其他`语言的使用示例](https://github.com/chinanf-boy/rust-ffi-omnibus) `ffi` `language`\n\n## 重要链接\n\n## 课\n\n- https://github.com/chinanf-boy/gentle-intro {温柔的介绍 rust 中文}\n- https://kaisery.github.io/trpl-zh-cn/foreword.html {官方 rust 第二版-中文}\n- https://github.com/chinanf-boy/cli-wg-zh {Rust 命令行工作组之书}\n- https://github.com/chinanf-boy/rustdoc-zh {Rust 文档化工具之书}\n\n## 例子\n\n- https://github.com/chinanf-boy/rust-ffi-omnibus { Rust 代码，如何 ffi 应用到其他语言中 }\n- https://github.com/chinanf-boy/rust-cookbook-zh {简单的 rust 生态系统的 crate 包集合 中文}\n- https://github.com/rust-lang-cn/rust-by-example-cn {rust-例子 中文}\n\n## 工具\n\n- https://github.com/chinanf-boy/mdBook-zh 「 rust 语言的 md 文档生成器，mdBook 的 中文文档 」\n- https://github.com/chinanf-boy/cargo-zh 「 Cargo 官书，非官方中文（草稿版）」\n- https://github.com/rust-unofficial/awesome-rust {rust awesome 库}\n- https://github.com/chinanf-boy/rustwasm-book {有关使用 Rust 到 wasm，常见工作流, 如何入门等的文档}\n\n## 在线\n\n- https://play.rust-lang.org/ {官方网上游乐场}\n- https://rust.cc/ { Rust 中文社区论坛 } 「较为简陋」\n\n## 语言及其工作组网站\n\n- https://www.rust-lang.org/learn {官方学习，路径图}\n- https://rustwasm.github.io/ {rust + wasm = rustwasm 工作组}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinanf-boy%2Frust-tour","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchinanf-boy%2Frust-tour","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchinanf-boy%2Frust-tour/lists"}