Go to file
KaiserY 84ccca37ce
Merge pull request #464 from pan93412/patch-2
fix(ch13-03): &[String] -> &[String]
2020-08-24 22:35:26 +08:00
src fix(ch13-03): &[String] -> &[String] 2020-08-24 17:41:48 +08:00
.editorconfig fix mdbook-latex related format 2020-07-05 17:55:59 +08:00
.gitattributes Create .gitattributes 2019-01-15 10:29:21 +08:00
.gitignore add vuepress config, close #427 2020-06-30 16:29:15 +08:00
.travis.yml fix ci 2020-07-05 18:09:52 +08:00
book.json check to ch19-02 2018-03-05 09:59:52 +08:00
book.toml fix ci 2020-07-05 18:39:06 +08:00
custom-template.tex fix mdbook-latex related format 2020-07-05 17:55:59 +08:00
ferris.css ferris technology 2018-12-06 22:53:14 +08:00
ferris.js fix typo 2018-12-16 14:46:49 +08:00
LICENSE Update LICENSE 2018-08-29 09:15:03 +08:00
README.md fix mdbook-latex related format 2020-07-05 17:55:59 +08:00
vuepress_page.png Vuepress构建静态页面效果截图 2018-07-19 10:45:02 +08:00

Rust 程序设计语言(第二版 & 2018 edition 简体中文版

Build Status

状态

2018 edition 的翻译迁移已基本完成,欢迎阅读学习!

PS:

静态页面构建与文档撰写

image

构建

你可以将本 mdbook 构建成一系列静态 html 页面。这里我们采用 vuepress 打包出静态网页。在这之前,你需要安装 Nodejs

全局安装 vuepress

npm i -g vuepress

cd 到项目目录,然后开始构建。构建好的静态文档会出现在 "./src/.vuepress/dist" 中

vuepress build ./src

文档撰写

vuepress 会启动一个本地服务器,并在浏览器对你保存的文档进行实时热更新。

vuepress dev ./src

社区资源

GitBook

本翻译主要采用 mdBook 格式。同时支持 GitBook,但会缺失部分功能,如一些代码没有语法高亮。

本翻译加速查看站点有:

GitBook.com 地址:https://legacy.gitbook.com/book/kaisery/trpl-zh-cn/details