{"id":19966839,"url":"https://github.com/rustcc/rustfaq","last_synced_at":"2026-03-13T23:31:00.504Z","repository":{"id":86848463,"uuid":"185921218","full_name":"rustcc/RustFAQ","owner":"rustcc","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-22T06:38:24.000Z","size":8,"stargazers_count":6,"open_issues_count":1,"forks_count":3,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-07-07T19:52:19.457Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/rustcc.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":"2019-05-10T04:56:57.000Z","updated_at":"2023-08-17T02:01:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"de83637e-de36-456e-969f-159b0b8f1316","html_url":"https://github.com/rustcc/RustFAQ","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustcc/RustFAQ","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustcc%2FRustFAQ","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustcc%2FRustFAQ/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustcc%2FRustFAQ/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustcc%2FRustFAQ/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustcc","download_url":"https://codeload.github.com/rustcc/RustFAQ/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustcc%2FRustFAQ/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30479310,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T20:45:58.186Z","status":"ssl_error","status_checked_at":"2026-03-13T20:45:20.133Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-11-13T02:38:50.161Z","updated_at":"2026-03-13T23:31:00.489Z","avatar_url":"https://github.com/rustcc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# RustFAQ\nFAQ for Rust beginners.\nRust编程语言初学者常见问答（Frequent Asked Questions, FAQ)\n\nBefore asking, please check the [Google](https://www.google.com) and [StackOverflow](https://stackoverflow.com) to search for answer, or check [the formal documents of Rust](https://www.rust-lang.org/learn)\n提问前，请先养成自行搜索答案的习惯：使用搜索引擎，翻看[已有提问](https://stackoverflow.com), 或翻阅[Rust官方学习材料](https://www.rust-lang.org/zh-CN/learn)。\n\n## 目录\n- 历史类 About History\n  - [JS之父Brendan Eich发明了Rust吗？](#js之父brendan-eich发明了rust吗)\n  - [Did Brendan Eich create the Rust programming language？](#did-brendan-eich-create-the-rust-programming-language)\n- 配置类 How to Config\n  - [在中国大陆`cargo`命令速度很慢，怎么办？](#在中国大陆`cargo`命令速度很慢，怎么办)\n  - [Why cargo is so slow in China Mainland, and how to improve it?](#why-cargo-is-so-slow-in-china-mainland-and-how-to-improve-it)\n- 工程类\n\n\n### JS之父Brendan Eich发明了Rust吗？\n- [Brendan Eich](https://en.wikipedia.org/wiki/Brendan_Eich)**不是**Rust的发明者，仅仅**极少量地参与了Rust的开发**，\n  [Graydon Hoare](https://everipedia.org/wiki/lang_en/graydon-hoare/)才是, 后者最早将Rust作为个人项目进行开发\n- Brendan Eich对Rust的最大贡献，是担任Mozilla CTO期间决定资助Rust项目(fund Rust)；[代码方面贡献了6个提交](https://github.com/graydon/rust-prehistory/commits?author=BrendanEich)，共计108+11=119行；Rust语法中for..in循环的in关键字是他引入的。\n\n### Did Brendan Eich create the Rust programming language？\n- [Brendan Eich](https://en.wikipedia.org/wiki/Brendan_Eich) **is not** the creator of the Rust programming\n  language, but [Graydon Hoare](https://everipedia.org/wiki/lang_en/graydon-hoare/), Who started Rust as personal project.\n- Brendan Eich's contribution to Rust is deciding to fund rust when he worked as Mozilla's CTO, he has also commited [6 commits](https://github.com/graydon/rust-prehistory/commits?author=BrendanEich) to the Rust code base, the most significant change is that the `in` keyword in for..in loops is introduced by him.\n\n\n### 在中国大陆`cargo`命令速度很慢，怎么办？\n使用如下配置：\n```toml\n# Put the content into ${HOME}/.cargo/config\n[source.crates-io]\nregistry = \"https://github.com/rust-lang/crates.io-index\"\n\n# replace with your favourite mirror\nreplace-with = 'sjtu'\n\n[source.ustc]\nregistry = \"git://mirrors.ustc.edu.cn/crates.io-index\"\n\n[source.sjtu]\nregistry = \"https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index\"\n\n[source.rustcc]\nregistry = \"https://code.aliyun.com/rustcc/crates.io-index.git\"\n```\n\n### Why cargo is so slow in China Mainland, and how to improve it?\nuse this configuration:\n```toml\n# Put the content into ${HOME}/.cargo/config\n[source.crates-io]\nregistry = \"https://github.com/rust-lang/crates.io-index\"\n\n# replace with your favourite mirror\nreplace-with = 'sjtu'\n\n[source.ustc]\nregistry = \"git://mirrors.ustc.edu.cn/crates.io-index\"\n\n[source.sjtu]\nregistry = \"https://mirrors.sjtug.sjtu.edu.cn/git/crates.io-index\"\n\n[source.rustcc]\nregistry = \"https://code.aliyun.com/rustcc/crates.io-index.git\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcc%2Frustfaq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustcc%2Frustfaq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustcc%2Frustfaq/lists"}