File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ They mostly consist of real-world crates.
34
34
- ** image-0.24.1** : Basic image processing functions and methods for
35
35
converting to and from various image formats. Used often in graphics
36
36
programming.
37
- - ** piston-image** : A modular game engine. An interesting Rust program.
38
37
- ** regex-1.5.5** : A regular expression parser. Used by many Rust programs.
39
38
- ** ripgrep-13.0.0** : A line-oriented search tool. A widely-used utility.
40
39
- ** serde-1.0.136** : A serialization/deserialization crate. Used by many other
@@ -140,7 +139,7 @@ Rust code being written today.
140
139
a very large function containing many locals and basic blocks, similar to
141
140
` keccak ` but less extreme.
142
141
- ** regex** : See above. This is an older version of the crate.
143
- - ** piston-image** : See above.
142
+ - ** piston-image** : See above. This is an older version of the ` image ` crate.
144
143
- ** style-servo** : An old version of Servo's ` style ` crate. A large crate, and
145
144
one used by old versions of Firefox.
146
145
- ** 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