diff --git a/index.html b/index.html index 78c92dc..2f92b1c 100644 --- a/index.html +++ b/index.html @@ -1,151 +1,168 @@ - - - - 序和前言 - Yet another Chinese rust-lang book. + + + + 序和前言 - Yet another Chinese rust-lang book. - - - - - + + + + + - - - - - - + + + + + + - - - + + + - - - - + + + + - - + + - - + +
- - + + - - + if (sidebar.startsWith('"') && sidebar.endsWith('"')) { + localStorage.setItem('mdbook-sidebar', sidebar.slice(1, sidebar.length - 1)); + } + } catch (e) { } + - - + + - - + + - -
+ -
- - -
+ - + + - - - -
-
-

Rust 编程语言

+
+
+

Rust 编程语言

原著:The Rust Programming Language

原作者:Steve Klabnik 与 Carol Nichols, 及 Rust 社区

此版本的教材,假定安装了 Rust 1.67.1 (发布于 2023-02-09)或更新版本。请参阅 第 1 章的 “安装” 小节 进行安装,或对已安装的 Rust 进行升级。

@@ -199,65 +216,65 @@ rustc 1.68.0 (2c8cc3432 2023-03-06)

最后,还有一些包含了这门语言的有用信息的附录,这些附录则更多的像是参考的形式。附录 A 涵盖了 Rust 的关键字,附录 B 涵盖了 Rust 的运算符和符号,附录 C 涵盖了由标准库所提供的那些派生特质(derivable traits),附录 D 涵盖了一些有用的开发工具,还有附录 E 对 Rust 版本进行了解释。

阅读本书并无定法:你要跳着去读,也是可以的!在遇到疑惑时,或许就不得不跳回去看看了。你只要怎么有效就行了。

-
+
-
-
- - - +
- - + - + - - - + + + - - - + + + - - + + - + diff --git a/theme/index.hbs b/theme/index.hbs index a6eb515..1a9e749 100644 --- a/theme/index.hbs +++ b/theme/index.hbs @@ -58,49 +58,49 @@