Skip to content

Rust 标准库文档中文版——Chinese translation of The Rust Library

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

rust-lang-cn/std-cn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rust 标准库文档中文版

LICENSE-MIT LICENSE-APACHE GitHub last commit rustwiki.org

Rust 标准库文档中文版是 Rust 标准库文档的 HTML 文件(目前已更新到 1.71.0 版),可直接使用浏览器打开,或者阅读在线版本

注意,本标准库 HTML 文件使用 Rust 标准库中文版生成,中文内容基于机器翻译,不确保所有翻译内容都准确,中文版的最新版本也以该源码仓库的为准。

离线阅读说明

克隆仓库并进入到仓库目录:

$ git clone https://github.com/rust-lang-cn/std-cn
$ cd std-cn

标准库内容在 doc/std 目录中。可使用浏览器打开来查看内容。

Firefox:

$ firefox doc/std/index.html                       # Linux
$ open -a "Firefox" doc/std/index.html             # macOS
$ Start-Process "firefox.exe" .\doc\std\index.html # Windows (PowerShell)
$ start firefox.exe .\doc\std\index.html           # Windows (Cmd)

Chrome:

$ google-chrome doc/std/index.html                 # Linux
$ open -a "Google Chrome" doc/std/index.html       # macOS
$ Start-Process "chrome.exe" .\doc\std\index.html  # Windows (PowerShell)
$ start chrome.exe .\doc\std\index.html            # Windows (Cmd)

如何贡献

Rust 标准库文档中文版Rust 标准库中文版的源文件生成得到,故本仓库不对内容额外调整,若是发现文档内容有误,可到Rust 标准库中文版发起报告。

授权协议

Rust 标准库文档中文版使用以下两种协议的任一种进行授权:

除非您有另外说明,否则您在本仓库提交的任何贡献均按上述方式进行双重许可授权,就如 Apache 2.0 协议所规定那样,而无需附加任何其他条款或条件。

About

Rust 标准库文档中文版——Chinese translation of The Rust Library

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-Apache-2.0
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published