File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -36,8 +36,12 @@ They mostly consist of real-world crates.
36
36
- ** html5ever** : An HTML parser. Stresses macro parsing code significantly.
37
37
- ** hyper-2** : A fairly large crate. Utilizes async/await, and used by
38
38
many Rust programs.
39
+ <<<<<<< HEAD
39
40
- ** piston-image** : A modular game engine. An interesting Rust program.
40
41
- ** regex-1.5.5** : A regular expression parser. Used by many Rust programs.
42
+ =======
43
+ - ** regex** : A regular expression parser. Used by many Rust programs.
44
+ >>>>>>> Move the piston-image crate from primary to stable
41
45
- ** ripgrep** : A line-oriented search tool. A widely-used utility.
42
46
- ** ripgrep-13.0.0** : A line-oriented search tool. A widely-used utility.
43
47
- ** serde** : A serialization/deserialization crate. Used by many other
@@ -141,7 +145,7 @@ Rust code being written today.
141
145
a very large function containing many locals and basic blocks, similar to
142
146
` keccak ` but less extreme.
143
147
- ** regex** : See above. This is an older version of the crate.
144
- - ** piston-image** : See above.
148
+ - ** piston-image** : See above. This is an older version of the ` image ` crate.
145
149
- ** style-servo** : An old version of Servo's ` style ` crate. A large crate, and
146
150
one used by old versions of Firefox.
147
151
- ** syn** : See above.
Original file line number Diff line number Diff line change 1
1
{
2
2
"runs" : 1 ,
3
- "category" : " primary-and- stable"
4
- }
3
+ "category" : " stable"
4
+ }
You can’t perform that action at this time.
0 commit comments