Skip to content

Commit 729335c

Browse files
committed
👀 Reforamt: First Attempt to
Just an attempt. Any comments or suggestions are welcome.
1 parent fdcd96d commit 729335c

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

1st-glance/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Rust 是一门系统级编程语言,被设计为保证内存和线程安全,并防止段错误。作为系统级编程语言,它的基本理念是 “零开销抽象”。理论上来说,它的速度与 C / C++ 同级。
22

3-
Rust 可以被归为通用的、多范式、编译型的编程语言,类似 C 或者 C++。与这两门编程语言不同的是,Rust 是线程安全的
3+
Rust 可以被归为通用的、多范式、编译型的编程语言,类似 C 或者 C++。与这两门编程语言不同的是,Rust 是线程安全的!
44

55
Rust 编程语言的目标是,创建一个高度安全和并发的软件系统。它强调安全性、并发和内存控制。尽管 Rust 借用了 C 和 C++ 的语法,它不允许空指针和悬挂指针,二者是 C 和 C++ 中系统崩溃、内存泄露和不安全代码的根源。
66

@@ -44,13 +44,13 @@ Rust 运行在以下操作系统上:Linux, OS X, Windows, FreeBSD, Android, iO
4444
- stormgbs
4545
- tennix
4646
- anzhihun
47-
- zonyitoo(Elton,e猫)
47+
- zonyitooElton, e猫)
4848
- 42
4949
- [Naupio(N猫)](https://github.com/Naupio)
5050
- F001(失落的神喵)
5151
- wangyu190810
5252
- domty
53-
- [MarisaKirisame(帅气可爱的魔理沙)](https://github.com/MarisaKirisame)
53+
- [MarisaKirisame帅气可爱的魔理沙](https://github.com/MarisaKirisame)
5454
- [Knight42](https://github.com/knight42)
5555

5656
等。在此,向他们的辛苦工作和无私奉献表示尊敬和感谢!

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ wiki: https://wiki.rust-china.org/
7777
* [模式匹配](match/overview.md)「wayslog」
7878
* [match关键字](match/match.md)
7979
* [模式](match/pattern.md)
80-
* [Trait (特征)](trait/overview.md)「JohnSmithX」
80+
* [Trait(特征)](trait/overview.md)「JohnSmithX」
8181
* [trait关键字](trait/trait.md)
8282
* [trait对象](trait/trait-object.md)
8383
* [泛型](generics/generics.md)「stormgbs」
@@ -129,8 +129,8 @@ wiki: https://wiki.rust-china.org/
129129
* [编译器参数](attr-and-compiler-args/rustc-options.md)
130130
* [Cargo参数配置](cargo-detailed-cfg/cargo-detailed-cfg.md)「fuyingfuying」
131131
* [测试与评测](testing/preface.md)「daogangtang」
132-
* [测试 (testing/threearchtest.md)
133-
* [评测 (testing/bench.md)
132+
* [测试](testing/threearchtest.md)
133+
* [评测](testing/bench.md)
134134
* [代码风格](coding-style/style.md)「tiansiyuan」
135135
* [Any与反射](any/any.md)「wayslog」
136136
* [安全(safe)](safe/safe.md)「daogangtang」
@@ -142,9 +142,9 @@ wiki: https://wiki.rust-china.org/
142142
* [链表](data-structure/linked_list.md)
143143
* [图结构](data-structure/graph.md)
144144
* [标准库介绍](std/overview.md)「wayslog」
145-
* [系统命令:调用grep](std/process.md)
146-
* [目录操作:简单grep](std/fs-and-path.md)
147-
* [网络模块:W回音](std/net.md)
145+
* [系统命令调用grep](std/process.md)
146+
* [目录操作简单grep](std/fs-and-path.md)
147+
* [网络模块W回音](std/net.md)
148148
* [实战篇](action/preface.md)「wangyu190810」
149149
* [实战:Json处理](action/json_data/readme.md)
150150
* [实战:Web 应用开发入门](action/mysite/readme.md)
@@ -154,15 +154,15 @@ wiki: https://wiki.rust-china.org/
154154

155155
本书使用 `CC BY-SA 3.0` 协议,转载请注明地址。
156156

157-
## gitbook生成
157+
## GitBook 生成
158158

159159
直接用:
160160

161161
```
162162
gitbook serve
163163
```
164164

165-
即可
165+
即可
166166

167167

168168
## 成为Contributors
@@ -172,4 +172,4 @@ gitbook serve
172172
## ChangeLog
173173

174174
1. 2016年3月31日,初稿完成。发布 v1.0 版。
175-
2. 2016年5月2日,完成1.1.0版本
175+
2. 2016年5月2日,完成 1.1.0 版本

0 commit comments

Comments
 (0)