Rust 程序设计语言(2021 edition 施工中)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Hao Wang fd4a3f728b
更新交流群号
4 years ago
src 更新原文链接 4 years ago
.editorconfig fix mdbook-latex related format 5 years ago
.gitattributes Create .gitattributes 6 years ago
.gitignore add vuepress config, close #427 5 years ago
.travis.yml fix ci 5 years ago
LICENSE Update LICENSE 7 years ago
README.md 更新交流群号 4 years ago
book.json check to ch19-02 7 years ago
book.toml fix ci 5 years ago
custom-template.tex fix mdbook-latex related format 5 years ago
ferris.css ferris technology 6 years ago
ferris.js fix typo 6 years ago
vuepress_page.png Vuepress构建静态页面效果截图 7 years ago

README.md

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

社区资源

  • Rust语言中文社区https://rust.cc/
  • Rust 中文 Wikihttps://wiki.rust-china.org/
  • Rust编程语言社区1群群号303838735已满只能内部邀请
  • Rust编程语言社区2群群号813448660
  • Rust水群(编程社区子群)电报群t.me/rust_deep_water

GitBook

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

本翻译加速查看站点有:

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