@@ -80,11 +80,11 @@ wiki: https://wiki.rust-china.org/
8080* [ Trait(特征)] ( trait/overview.md ) 「JohnSmithX」
8181 * [ trait关键字] ( trait/trait.md )
8282 * [ trait对象] ( trait/trait-object.md )
83- * [ 泛型] ( generics/generics .md) 「stormgbs」
83+ * [ 泛型] ( generic/generic .md) 「stormgbs」
8484* [ 可变性、所有权、租借和生命期] ( ownership-system/ownership_system.md ) 「stormgbs」
8585 * [ 所有权] ( ownership-system/ownership.md )
86- * [ 引用和借用] ( ownership-system/borrowing_references .md )
87- * [ 生命周期] ( ownership-system/lifetimes .md )
86+ * [ 引用和借用] ( ownership-system/borrowing_reference .md )
87+ * [ 生命周期] ( ownership-system/lifetime .md )
8888* [ 闭包] ( closure/overview.md ) 「qdao」
8989 * [ 闭包的语法] ( closure/syntax.md )
9090 * [ 闭包的实现] ( closure/implementation.md )
@@ -94,9 +94,9 @@ wiki: https://wiki.rust-china.org/
9494 * [ 哈希表] ( collections/hashmap.md )
9595* [ 迭代器] ( iterator/overview.md ) 「wayslog」
9696 * [ 迭代器、适配器、消费者] ( iterator/iterator.md )
97- * [ 模块和包系统、Prelude] ( modules /preface.md) 「daogangtang」
98- * [ 模块(module)和包(crate)] ( modules /module.md)
99- * [ Prelude] ( modules /prelude.md)
97+ * [ 模块和包系统、Prelude] ( module /preface.md) 「daogangtang」
98+ * [ 模块(module)和包(crate)] ( module /module.md)
99+ * [ Prelude] ( module /prelude.md)
100100* [ Option、Result与错误处理] ( error-handling/option-result.md ) 「JohnSmithX」
101101* [ 宏系统] ( macro/macro.md ) 「tennix」
102102* [ 堆、栈与Box] ( heap-stack/heap-stack.md ) 「tennix」
@@ -111,22 +111,22 @@ wiki: https://wiki.rust-china.org/
111111 * [ Deref 与 Deref coercions] ( intoborrow/deref.md )
112112 * [ Cow 及其在 String 和 &str 上的应用] ( intoborrow/cow.md )
113113* [ Send 和 Sync] ( marker/sendsync.md ) 「daogangtang」
114- * [ 并发,并行,多线程编程] ( concurrency-parallel-threads /preface.md ) 「anzhihun」
115- * [ 线程] ( concurrency-parallel-threads /thread.md )
116- * [ 消息传递] ( concurrency-parallel-threads /message-passing.md )
117- * [ 共享内存] ( concurrency-parallel-threads /share-memory.md )
118- * [ 同步] ( concurrency-parallel-threads /synchronize.md )
119- * [ 并行] ( concurrency-parallel-threads /parallel.md )
114+ * [ 并发,并行,多线程编程] ( concurrency-parallel-thread /preface.md ) 「anzhihun」
115+ * [ 线程] ( concurrency-parallel-thread /thread.md )
116+ * [ 消息传递] ( concurrency-parallel-thread /message-passing.md )
117+ * [ 共享内存] ( concurrency-parallel-thread /share-memory.md )
118+ * [ 同步] ( concurrency-parallel-thread /synchronize.md )
119+ * [ 并行] ( concurrency-parallel-thread /parallel.md )
120120* [ Unsafe、原始指针] ( unsafe-rawpointer/preface.md ) 「JohnSmithX」
121121 * [ Unsafe] ( unsafe-rawpointer/unsafe.md )
122122 * [ 原始指针] ( unsafe-rawpointer/raw-pointer.md )
123123* [ FFI] ( ffi/preface.md ) 「42」
124- * [ rust调用ffi函数] ( ffi/calling-ffi-functions .md )
124+ * [ rust调用ffi函数] ( ffi/calling-ffi-function .md )
125125 * [ 将rust编译成库] ( ffi/compiling-rust-to-lib.md )
126126* [ 运算符重载] ( operator-overloading/operator.md ) 「wayslog」
127- * [ 属性和编译器参数] ( attr-and-compiler-args /preface.md ) 「elton」
128- * [ 属性] ( attr-and-compiler-args/attributes .md )
129- * [ 编译器参数] ( attr-and-compiler-args /rustc-options .md )
127+ * [ 属性和编译器参数] ( attr-and-compiler-arg /preface.md ) 「elton」
128+ * [ 属性] ( attr-and-compiler-arg/attribute .md )
129+ * [ 编译器参数] ( attr-and-compiler-arg /rustc-option .md )
130130* [ Cargo参数配置] ( cargo-detailed-cfg/cargo-detailed-cfg.md ) 「fuyingfuying」
131131* [ 测试与评测] ( testing/preface.md ) 「daogangtang」
132132 * [ 测试] ( testing/threearchtest.md )
0 commit comments