Go to file
zhaodiaoer 68f74879ae
fix: error translation about how closure implement Fn traits
Signed-off-by: zhaodiaoer <ddaaren@gmail.com>
2024-07-20 17:39:50 +08:00
.github/workflows wip 2024-04-21 22:13:27 +08:00
listings update listings to catch up newest outputs and features of newest rust 2024-06-06 21:23:21 +08:00
src fix: error translation about how closure implement Fn traits 2024-07-20 17:39:50 +08:00
theme update to ch03-05 2022-02-06 22:46:20 +08:00
.autocorrectrc Add AutoCorrect Lint on CI. 2023-01-17 11:38:56 +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 feat: update readme to use mdbook 2023-10-25 18:17:26 +08:00
book.json check to ch19-02 2018-03-05 09:59:52 +08:00
book.toml update mdbook-typst-pdf to 0.2.1 2024-01-08 23:33:11 +08:00
ferris.css update to ch03-05 2022-02-06 22:46:20 +08:00
ferris.js Update introduction 2022-07-19 06:57:15 +08:00
LICENSE Update LICENSE 2018-08-29 09:15:03 +08:00
README.md update README 2024-01-10 23:14:34 +08:00
terminology.md update ch00-00 using GPTs 2024-02-26 18:41:03 +08:00
vuepress_page.png Vuepress构建静态页面效果截图 2018-07-19 10:45:02 +08:00

Rust 程序设计语言2021 edition简体中文版

Build Status

状态

施工完毕。

PS:

静态页面构建与文档撰写

构建

你可以将本 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

社区资源

PDF

Rust 程序设计语言 简体中文版.pdf

GitBook

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

本翻译加速查看站点有:

GitBook.com 地址:https://kaisery.github.io/trpl-zh-cn/