mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
commit
20afd3ad8a
@ -2,11 +2,11 @@
|
||||
|
||||
> [ch00-00-introduction.md](https://github.com/rust-lang/book/blob/main/src/ch00-00-introduction.md)
|
||||
> <br>
|
||||
> commit ace3550ad8c3da7aeab521f2e1f96a85b5c8f17d
|
||||
> commit 4404cbcc354fad516c7ad9b5dea51b2ed876803a
|
||||
|
||||
> 注意:此书的英文原版与 [No Starch Press][nsp] 出版的纸质版和电子版《[The Rust Programming Language][nsprust]》一致。
|
||||
|
||||
[nsprust]: https://nostarch.com/rust
|
||||
[nsprust]: https://nostarch.com/rust-programming-language-2nd-edition
|
||||
[nsp]: https://nostarch.com/
|
||||
|
||||
欢迎阅读《Rust 程序设计语言》,这是一本 Rust 语言的入门书。Rust 程序设计语言能帮助你编写更快、更可靠的软件。在编程语言设计中,上层的编程效率和底层的细粒度控制往往不能兼得,而 Rust 则试图挑战这一矛盾。Rust 通过平衡技术能力和开发体验,允许你控制内存使用等底层细节,同时也不需要担心底层控制带来的各种麻烦。
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Rust 程序设计语言
|
||||
|
||||
> [title-page.md](https://github.com/rust-lang/book/blob/main/src/title-page.md) <br>
|
||||
> commit 2fe9eff266ecb46f108ccf6e1f63727bdad74fe0
|
||||
> commit 4404cbcc354fad516c7ad9b5dea51b2ed876803a
|
||||
|
||||
**本书的英文原版作者为 Steve Klabnik 和 Carol Nichols,并由 Rust 社区补充完善。本简体中文译本由 Rust 中文社区翻译。**
|
||||
|
||||
本书假设你使用 Rust 1.62(2022-06-30 发布)或更新的版本。请查看 [第 1 章的 “安装” 部分][install] 了解如何安装和升级 Rust。
|
||||
本书假设你使用 Rust 1.65(2022-11-03 发布)或更新的版本。请查看 [第 1 章的 “安装” 部分][install] 了解如何安装和升级 Rust。
|
||||
|
||||
本书的英文原版 HTML 格式可以在 [https://doc.rust-lang.org/stable/book/](https://doc.rust-lang.org/stable/book/) 在线阅读;使用 `rustup` 安装的 Rust 也包含一份英文离线版,运行 `rustup docs --book` 即可打开。
|
||||
|
||||
@ -15,5 +15,7 @@
|
||||
|
||||
[install]: ch01-01-installation.html
|
||||
[editions]: appendix-05-editions.html
|
||||
[nsprust]: https://nostarch.com/rust
|
||||
[nsprust]: https://nostarch.com/rust-programming-language-2nd-edition
|
||||
[translations]: appendix-06-translation.html
|
||||
|
||||
> **🚨 想要具有互动性的学习体验吗?试试 Rust Book 的另一个版本,其中包括测验、高亮、可视化等功能**:<https://rust-book.cs.brown.edu>
|
||||
|
Loading…
Reference in New Issue
Block a user