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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
# Rust 程序设计语言
> [title-page.md](https://github.com/rust-lang/book/blob/main/src/title-page.md) <br>
> commit cbd13311c3a7dc62476602c8bd30bcf832b02956
** 本书的英文原版由 Steve Klabnik 和 Carol Nichols ,以及来自 Rust 社区的贡献共同编著。本简体中文译本由 Rust 中文社区翻译。**
本书的当前版本假设你使用 Rust 1.57(发行于 2021-12-02) 或更新的版本。请查看 [第一章的 “安装” 部分][install]<!-- ignore --> 来了解如何安装和升级 Rust。
本书英文原版的 HTML 版本可以在 [https://doc.rust-lang.org/stable/book/ ](https://doc.rust-lang.org/stable/book/ ) 在线阅读(简体中文译本可在 [https://kaisery.github.io/trpl-zh-cn/ ](https://kaisery.github.io/trpl-zh-cn/ ) 在线阅读);英文离线版则在通过 `rustup` 安装 Rust 时就已随附安装,运行 `rustup docs --book` 就可以打开。
本书英文原版的 [纸质版和电子书由 No Starch Press][nsprust] 发行。
[install]: ch01-01-installation.html
[editions]: appendix-05-editions.html
[nsprust]: https://nostarch.com/rust