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.
 
 
 
 
KaiserY 057edc5cb1
Merge pull request #948 from nhjjgjjg/patch-2
2 days ago
.github/workflows update workflows 1 month ago
listings Update main.rs 6 months ago
src Fix typos in vector documentation 3 days ago
theme wip: 2024 edition 10 months ago
.autocorrectrc Add AutoCorrect Lint on CI. 3 years ago
.editorconfig fix mdbook-latex related format 6 years ago
.gitattributes Create .gitattributes 7 years ago
.gitignore feat: update readme to use mdbook 2 years ago
LICENSE Update LICENSE 9 months ago
README.md docs: Update README with clearer local preview instructions 2 days ago
book.json check to ch19-02 8 years ago
book.toml feat: Enable optional sections in the book 2 days ago
custom-template.typ add custom-template.typ 9 months ago
ferris.css wip: 2024 edition 10 months ago
ferris.js wip: 2024 edition 10 months ago
proofreading_prompt.md wip: 2024 edition 10 months ago
vuepress_page.png Vuepress构建静态页面效果截图 8 years ago

README.md

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

Build Status

状态

  • 2024 edtion 施工完毕。

PS:

校对

部分章节采用 ChatGPT 进行校对。提示词详见 proofreading_prompt.md

静态页面构建与文档撰写

构建

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

全局安装 mdbook

cargo install mdbook

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

mdbook build

在本地部署 HTTP 服务器以阅读文档:

mdbook serve

社区资源

  • Rust 语言中文社区:https://rustcc.cn/
  • Rust 编程语言社区 1 群群号303838735已满只能内部邀请
  • Rust 编程语言社区 2 群群号813448660

PDF

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

GitBook

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

本翻译加速查看站点有:

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