Skip to content

rust-lang-cn/rustc-cn

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

rustc 手册

本书正在翻译进行中,欢迎加入翻译项目组一起翻译。—— 2021.05.19

这是 《rustc 手册》中文版,翻译自 《rustc Book》。

构建

构建之前请先安装 mdBook 工具。

从 GitHub 下载仓库并构建:

$ git clone https://github.com/rust-lang-cn/rustc-cn.git
$ cd rustc-cn
$ mdbook serve

然后就可以在浏览器上访问 http://localhost:3000 来查看文档内容了。

要生成本地图书,使用以下命令:

$ mdbook build

即可在当前仓库目录下生存一个 book 子目录,可找到相应的 HTML 文件。

许可协议

本项目遵循 MIT 或 Apache 2.0 协议。

About

No description, website, or topics provided.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published