Skip to content

Commit 8c62813

Browse files
committed
Remove clap-rs from the README.
Also move `image-0.24.1` lower down, to keep the list in alphabetical order.
1 parent 7e911f2 commit 8c62813

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

collector/benchmarks/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ They mostly consist of real-world crates.
1919
one in the Rust ecosystem.
2020
- **clap-3.1.6**: A command line argument parser. A crate used by many Rust
2121
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.
2722
- **cranelift-codegen**: The largest crate from a code generator. Used by
2823
Firefox.
2924
- **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.
3631
- **html5ever**: An HTML parser. Stresses macro parsing code significantly.
3732
- **hyper-2**: A fairly large crate. Utilizes async/await, and used by
3833
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.
3937
- **piston-image**: A modular game engine. An interesting Rust program.
4038
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
4139
- **ripgrep**: A line-oriented search tool. A widely-used utility.

0 commit comments

Comments
 (0)