Giter VIP home page Giter VIP logo

std-cn's Introduction

Rust 标准库文档中文版

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

Rust 标准库文档中文版是 Rust 1.58.0 版本的标准库文档的 HTML 文件,可直接使用浏览器打开,或者阅读在线版本

注意,本标准库 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 协议所规定那样,而无需附加任何其他条款或条件。

std-cn's People

Contributors

aaranxu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.