{"id":19676860,"url":"https://github.com/rust-lang-cn/std-cn","last_synced_at":"2025-06-28T11:03:51.332Z","repository":{"id":40406266,"uuid":"449767909","full_name":"rust-lang-cn/std-cn","owner":"rust-lang-cn","description":"Rust 标准库文档中文版——Chinese translation of The Rust  Library","archived":false,"fork":false,"pushed_at":"2023-07-28T16:43:32.000Z","size":53523,"stargazers_count":60,"open_issues_count":0,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-29T03:41:20.221Z","etag":null,"topics":["rust","rust-library"],"latest_commit_sha":null,"homepage":"https://rustwiki.org/zh-CN/std","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rust-lang-cn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-Apache-2.0","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":"2022-01-19T16:24:06.000Z","updated_at":"2025-04-16T09:12:51.000Z","dependencies_parsed_at":"2024-11-11T17:43:36.496Z","dependency_job_id":null,"html_url":"https://github.com/rust-lang-cn/std-cn","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rust-lang-cn/std-cn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang-cn%2Fstd-cn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang-cn%2Fstd-cn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang-cn%2Fstd-cn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang-cn%2Fstd-cn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rust-lang-cn","download_url":"https://codeload.github.com/rust-lang-cn/std-cn/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rust-lang-cn%2Fstd-cn/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262419742,"owners_count":23308097,"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":["rust","rust-library"],"created_at":"2024-11-11T17:30:47.686Z","updated_at":"2025-06-28T11:03:46.323Z","avatar_url":"https://github.com/rust-lang-cn.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rust 标准库文档中文版\n\n[![LICENSE-MIT](https://img.shields.io/badge/license-MIT-green)](https://raw.githubusercontent.com/rust-lang-cn/std-cn/main/LICENSE-MIT)\n[![LICENSE-APACHE](https://img.shields.io/badge/license-Apache%202-blue)](https://raw.githubusercontent.com/rust-lang-cn/std-cn/main/LICENSE-APACHE)\n![GitHub last commit](https://img.shields.io/github/last-commit/rust-lang-cn/std-cn?color=gold)\n![rustwiki.org](https://img.shields.io/website?up_message=rustwiki.org\u0026url=https%3A%2F%2Frustwiki.org)\n\n**Rust 标准库文档中文版**是 Rust 标准库文档的 HTML 文件（目前已更新到 1.71.0 版），可直接使用浏览器打开，或者阅读[在线版本][std-cn]。\n\n注意，本标准库 HTML 文件使用 [Rust 标准库中文版][rust-library-i18n]生成，中文内容基于机器翻译，不确保所有翻译内容都准确，中文版的最新版本也以该源码仓库的为准。\n\n## 离线阅读说明\n\n克隆仓库并进入到仓库目录：\n\n```bash\n$ git clone https://github.com/rust-lang-cn/std-cn\n$ cd std-cn\n```\n\n标准库内容在 `doc/std` 目录中。可使用浏览器打开来查看内容。\n\n*Firefox*:\n\n```console\n$ firefox doc/std/index.html                       # Linux\n$ open -a \"Firefox\" doc/std/index.html             # macOS\n$ Start-Process \"firefox.exe\" .\\doc\\std\\index.html # Windows (PowerShell)\n$ start firefox.exe .\\doc\\std\\index.html           # Windows (Cmd)\n```\n\n*Chrome*:\n\n```console\n$ google-chrome doc/std/index.html                 # Linux\n$ open -a \"Google Chrome\" doc/std/index.html       # macOS\n$ Start-Process \"chrome.exe\" .\\doc\\std\\index.html  # Windows (PowerShell)\n$ start chrome.exe .\\doc\\std\\index.html            # Windows (Cmd)\n```\n\n## 如何贡献\n\n**Rust 标准库文档中文版**由 **Rust 标准库中文版**的源文件生成得到，故本仓库不对内容额外调整，若是发现文档内容有误，可到[Rust 标准库中文版][rust-library-i18n]发起报告。\n\n## 授权协议\n\n**Rust 标准库文档**中文版使用以下两种协议的任一种进行授权：\n\n- Apache 2.0 授权协议，（LICENSE-APACHE 或 http://www.apache.org/licenses/LICENSE-2.0）\n- MIT 授权协议 (LICENSE-MIT 或 http://opensource.org/licenses/MIT)\n可以根据自己选择来定。\n\n除非您有另外说明，否则您在本仓库提交的任何贡献均按上述方式进行双重许可授权，就如 Apache 2.0 协议所规定那样，而无需附加任何其他条款或条件。\n\n[std-cn]: https://rustwiki.org/zh-CN/std/\n[rust-library-i18n]: https://github.com/wtklbm/rust-library-i18n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-lang-cn%2Fstd-cn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frust-lang-cn%2Fstd-cn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frust-lang-cn%2Fstd-cn/lists"}