File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 33在rust中的集合推导式和迭代器推导式, 提供更好的Rust使用体验
44
55# 用法
6- 语法源自 [ python推导式]
7- (https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions )
6+ 语法源自 [ python推导式] ( https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions )
87
98本库为Rust标准库中的所有集合类型提供宏,以及基于引用的迭代器
109
Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ And it provides a better experience in Rust.
77
88# Usage
99
10- The syntax is derived from [ Python's comprehension]
11- (https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions ).
10+ The syntax is derived from [ Python's comprehension] ( https://docs.python.org/3/tutorial/datastructures.html#list-comprehensions ) .
1211
1312This library provides macros for all collection types
1413in the Rust standard library and an Iterator based on references.
You can’t perform that action at this time.
0 commit comments