trpl-zh-cn/src/title-page.md

20 lines
1.1 KiB
Markdown
Raw Normal View History

2019-11-17 19:58:25 +08:00
# Rust 程序设计语言
2021-06-03 12:26:20 +08:00
> [title-page.md](https://github.com/rust-lang/book/blob/main/src/title-page.md) <br>
2022-07-18 14:27:32 +08:00
> commit 2fe9eff266ecb46f108ccf6e1f63727bdad74fe0
2019-11-17 19:58:25 +08:00
2022-07-18 14:27:32 +08:00
**本书的英文原版作者为 Steve Klabnik 和 Carol Nichols并由 Rust 社区补充完善。本简体中文译本由 Rust 中文社区翻译。**
2019-11-17 19:58:25 +08:00
2022-07-18 14:27:32 +08:00
本书假设你使用 Rust 1.622022-06-30 发布)或更新的版本。请查看 [第 1 章的 “安装” 部分][install] 了解如何安装和升级 Rust。
2019-11-17 19:58:25 +08:00
2022-07-18 14:27:32 +08:00
本书的英文原版 HTML 格式可以在 [https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/) 在线阅读;使用 `rustup` 安装的 Rust 也包含一份英文离线版,运行 `rustup docs --book` 即可打开。
2019-11-17 19:58:25 +08:00
2022-07-18 14:27:32 +08:00
本书还有一些社区 [翻译版本][translations]。简体中文译本可以在 [https://kaisery.github.io/trpl-zh-cn/](https://kaisery.github.io/trpl-zh-cn/) 在线阅读。
2022-02-06 16:43:51 +08:00
2022-07-18 14:27:32 +08:00
本书也有 [由 No Starch Press 出版的纸质版和电子版][nsprust]。
2019-11-17 19:58:25 +08:00
[install]: ch01-01-installation.html
[editions]: appendix-05-editions.html
2020-07-05 17:55:59 +08:00
[nsprust]: https://nostarch.com/rust
2022-02-06 16:43:51 +08:00
[translations]: appendix-06-translation.html