mirror of
https://github.com/rust-lang-cn/book-cn.git
synced 2025-01-23 15:40:27 +08:00
Update src/title-page.md
This commit is contained in:
parent
d59566811f
commit
a7c041d823
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
> 中文翻译注(Chinese translation of the [The Rust Programming Language][book-website]):
|
> 中文翻译注(Chinese translation of the [The Rust Programming Language][book-website]):
|
||||||
>
|
>
|
||||||
> 1. **本站翻译已部分更新至 Rust 1.53 版**,这是目前网上最新的版本,最后更新时间 2021 年 7 月 17 日。
|
> 1. **本站翻译已参照最新的 Rust 1.56 版进行调整**,这是目前网上最新的版本,最后更新时间 2021 年 10 月 26 日。
|
||||||
> 2. 《Rust 程序设计语言》(The Rust Programming Language 中文版) 翻译自 [The Rust Programming Language][book-website],查看此书的 [Github 翻译项目][book-cn]。
|
> 2. 《Rust 程序设计语言》(The Rust Programming Language 中文版) 翻译自 [The Rust Programming Language][book-website],查看此书的 [Github 翻译项目][book-cn]。
|
||||||
> 3. 本书已有由 [KaiserY 翻译完的版本](https://github.com/KaiserY/trpl-zh-cn),Rust 中文翻译项目组将把之前未翻译完的内容直接采用 KaiserY 版内容,后续 Rust 中文翻译项目组将跟随 Rust 官方的英文版本更新。
|
> 3. 本书已有由 [KaiserY 翻译完的版本](https://github.com/KaiserY/trpl-zh-cn),Rust 中文翻译项目组将把之前未翻译完的内容直接采用 KaiserY 版内容,后续 Rust 中文翻译项目组将跟随 Rust 官方的英文版本更新。
|
||||||
> 4. 许可协议:跟随英文原书使用 MIT 和 Apache 2.0 双许可授权。
|
> 4. 许可协议:跟随英文原书使用 MIT 和 Apache 2.0 双许可授权。
|
||||||
@ -14,7 +14,7 @@
|
|||||||
[book-website]: https://doc.rust-lang.org/book
|
[book-website]: https://doc.rust-lang.org/book
|
||||||
[book-cn]: https://github.com/rust-lang-cn/book-cn
|
[book-cn]: https://github.com/rust-lang-cn/book-cn
|
||||||
|
|
||||||
本书的版本假设你使用 Rust 1.53 或在所有项目中的 *Cargo.toml* 添加 `edition = "2018"` 指明使用 Rust 2018 版之后的更高版本。请参阅第 1 章的[“安装”][install]<!-- ignore -->部分来安装或更新 Rust,并参阅新的[附录 E][editions]<!-- ignore --> 来获取有关版本的信息。
|
本书的版本假设你使用 Rust 1.52 或在所有项目中的 *Cargo.toml* 添加 `edition = "2018"` 指明使用 Rust 2018 版之后的更高版本。请参阅第 1 章的[“安装”][install]<!-- ignore -->部分来安装或更新 Rust,并参阅新的[附录 E][editions]<!-- ignore --> 来获取有关版本的信息。
|
||||||
|
|
||||||
2018 版的 Rust 语言包含许多改进,使Rust更符合人体工程学且更易于学习。本书的迭代更新过程包含许多更改并反映了这些改进:
|
2018 版的 Rust 语言包含许多改进,使Rust更符合人体工程学且更易于学习。本书的迭代更新过程包含许多更改并反映了这些改进:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user