mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 00:43:59 +08:00
24d0869613
Update ch04-01-what-is-ownership.md |
||
---|---|---|
.github/workflows | ||
listings | ||
src | ||
theme | ||
.autocorrectrc | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
book.json | ||
book.toml | ||
ferris.css | ||
ferris.js | ||
LICENSE | ||
README.md | ||
terminology.md | ||
vuepress_page.png |
Rust 程序设计语言(2021 edition)简体中文版
状态
施工完毕。
PS:
- 对照源码位置:https://github.com/rust-lang/book/tree/main/src
- 每章翻译开头都带有官方链接和 commit hash,若发现与官方不一致,欢迎 Issue 或 PR :)
静态页面构建与文档撰写
构建
你可以将本 mdbook 构建成一系列静态 html 页面。这里我们采用 mdbook 打包出静态网页。在这之前,你需要安装 Rust。
全局安装 mdbook
cargo install mdbook
cd 到项目目录,然后开始构建。构建好的静态文档会出现在 "./book/html" 中
mdbook build
文档撰写
可以通过任意的 http 服务器来预览构建的文档。举个例子:
cargo install simple-http-server
simple-http-server .\book\html\ -i
社区资源
- Rust 语言中文社区:https://rust.cc/
- Rust 中文 Wiki:https://wiki.rust-china.org/
- Rust 编程语言社区 1 群,群号:303838735(已满,只能内部邀请)
- Rust 编程语言社区 2 群,群号:813448660
- Rust 水群 (编程社区子群),电报群:t.me/rust_deep_water
- 由 mdbook-typst-pdf 生成,有任何问题欢迎 issue 或 PR
GitBook
本翻译主要采用 mdBook 格式。同时支持 GitBook,但会缺失部分功能,如一些代码没有语法高亮。
本翻译加速查看站点有: