File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ They mostly consist of real-world crates.
19
19
one in the Rust ecosystem.
20
20
- ** clap-3.1.6** : A command line argument parser. A crate used by many Rust
21
21
programs.
22
- - ** image-0.24.1** : Basic image processing functions and methods for
23
- converting to and from various image formats. Used often in graphics
24
- programming.
25
- - ** clap-rs** : A command line argument parser. A crate used by many Rust
26
- programs.
27
22
- ** cranelift-codegen** : The largest crate from a code generator. Used by
28
23
Firefox.
29
24
- ** cranelift-codegen-0.82.1** : The largest crate from a code generator. Used by
@@ -36,6 +31,9 @@ They mostly consist of real-world crates.
36
31
- ** html5ever** : An HTML parser. Stresses macro parsing code significantly.
37
32
- ** hyper-2** : A fairly large crate. Utilizes async/await, and used by
38
33
many Rust programs.
34
+ - ** image-0.24.1** : Basic image processing functions and methods for
35
+ converting to and from various image formats. Used often in graphics
36
+ programming.
39
37
- ** piston-image** : A modular game engine. An interesting Rust program.
40
38
- ** regex-1.5.5** : A regular expression parser. Used by many Rust programs.
41
39
- ** ripgrep** : A line-oriented search tool. A widely-used utility.
You can’t perform that action at this time.
0 commit comments