|
17 | 17 | * [spacemacs](editors/spacemacs.md)「wayslog」 |
18 | 18 | * [Rust快速入门](quickstart/quickstart.md)「Naupio」 |
19 | 19 | * [Rust旅程](quickstart/rust-travel.md) |
20 | | - * [基础类型](quickstart/primitive-type.md) |
21 | | - * [向量与字符串](quickstart/vector-string.md) |
| 20 | + * [变量绑定与原生类型](quickstart/primitive-type.md) |
| 21 | + * [数组、动态数组和字符串](quickstart/vector-string.md) |
22 | 22 | * [结构体与枚举](quickstart/struct-enum.md) |
23 | 23 | * [操作流](quickstart/control-flow.md) |
24 | 24 | * [函数与方法](quickstart/function-method.md) |
|
42 | 42 | * [高阶函数](function/higher_order_function.md) |
43 | 43 | * [模式匹配](match/overview.md)「wayslog」 |
44 | 44 | * [match关键字](match/match.md) |
45 | | - * [模式](match/pattern.md) |
46 | | -* [Trait (特征)](trait/overview.md)「JohnSmithX」 |
| 45 | + * [模式 pattern](match/pattern.md) |
| 46 | +* [特征 Trait](trait/overview.md)「JohnSmithX」 |
47 | 47 | * [trait关键字](trait/trait.md) |
48 | 48 | * [trait对象](trait/trait-object.md) |
49 | 49 | * [泛型](generic/generic.md)「stormgbs」 |
|
55 | 55 | * [闭包的语法](closure/syntax.md) |
56 | 56 | * [闭包的实现](closure/implementation.md) |
57 | 57 | * [闭包作为参数和返回值](closure/as_argument_return_value.md) |
58 | | -* [集合类型(Collections)](collections/overview.md)「wayslog」 |
59 | | - * [动态数组](collections/vec.md) |
60 | | - * [哈希表](collections/hashmap.md) |
| 58 | +* [集合类型 Collections](collections/overview.md)「wayslog」 |
| 59 | + * [动态数组 Vec](collections/vec.md) |
| 60 | + * [哈希表 HashMap](collections/hashmap.md) |
61 | 61 | * [迭代器](iterator/overview.md)「wayslog」 |
62 | 62 | * [迭代器、适配器、消费者](iterator/iterator.md) |
63 | 63 | * [模块和包系统、Prelude](module/preface.md)「daogangtang」 |
64 | | - * [模块(module)和包(crate)](module/module.md) |
| 64 | + * [模块 module 和包 crate](module/module.md) |
65 | 65 | * [Prelude](module/prelude.md) |
66 | 66 | * [Option、Result与错误处理](error-handling/option-result.md)「JohnSmithX」 |
67 | 67 | * [宏系统](macro/macro.md)「tennix」 |
|
103 | 103 | * [常用数据结构实现](data-structure/preface.md)「Naupio」 |
104 | 104 | * [栈结构](data-structure/stack.md) |
105 | 105 | * [队列](data-structure/queue.md) |
106 | | - * [优先队列](data-structure/priority_queue.md) |
107 | 106 | * [二叉树](data-structure/binary_tree.md) |
| 107 | + * [优先队列](data-structure/priority_queue.md) |
108 | 108 | * [链表](data-structure/linked_list.md) |
109 | 109 | * [图结构](data-structure/graph.md) |
110 | 110 | * [标准库介绍](std/overview.md)「wayslog」 |
|
0 commit comments