mirror of https://github.com/KaiserY/trpl-zh-cn
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.
KaiserY
2d744be00b
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
listings | 2 years ago | |
src | 1 year ago | |
theme | 3 years ago | |
.autocorrectrc | 2 years ago | |
.editorconfig | 4 years ago | |
.gitattributes | 6 years ago | |
.gitignore | 3 years ago | |
LICENSE | 6 years ago | |
README.md | 2 years ago | |
book.json | 7 years ago | |
book.toml | 2 years ago | |
ferris.css | 3 years ago | |
ferris.js | 2 years ago | |
vuepress_page.png | 6 years ago |
README.md
Rust 程序设计语言(2021 edition)简体中文版
状态
施工完毕。
PS:
- 对照源码位置:https://github.com/rust-lang/book/tree/main/src
- 每章翻译开头都带有官方链接和 commit hash,若发现与官方不一致,欢迎 Issue 或 PR :)
静态页面构建与文档撰写
构建
你可以将本 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 中文 Wiki:https://wiki.rust-china.org/
- Rust 编程语言社区 1 群,群号:303838735(已满,只能内部邀请)
- Rust 编程语言社区 2 群,群号:813448660
- Rust 水群 (编程社区子群),电报群:t.me/rust_deep_water
- emoji 无法显示
- ferris 无法显示
GitBook
本翻译主要采用 mdBook 格式。同时支持 GitBook,但会缺失部分功能,如一些代码没有语法高亮。
本翻译加速查看站点有: