@@ -29,7 +29,7 @@ They mostly consist of real-world crates.
29
29
- ** html5ever-0.26.0** : An HTML parser. Stresses macro parsing code.
30
30
- ** hyper-0.14.18** : A fairly large crate. Utilizes async/await, and used by
31
31
many Rust programs. The crate uses cargo features to enable large portions of its
32
- structure and is built with ` --features client,http1,http2,server,stream ` .
32
+ structure and is built with ` --features= client,http1,http2,server,stream ` .
33
33
- ** image-0.24.1** : Basic image processing functions and methods for
34
34
converting to and from various image formats. Used often in graphics
35
35
programming.
@@ -39,7 +39,7 @@ They mostly consist of real-world crates.
39
39
Rust programs.
40
40
- ** stm32f4-0.14.0** : A crate that has many thousands of blanket impl blocks.
41
41
It uses cargo features to enable large portions of its structure and is
42
- built with ` --features stm32f410 ` to have faster benchmarking times.
42
+ built with ` --features= stm32f410 ` to have faster benchmarking times.
43
43
- ** syn-1.0.89** : A library for parsing Rust code. An important part of the Rust
44
44
ecosystem.
45
45
- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
@@ -143,7 +143,7 @@ Rust code being written today.
143
143
- ** regex** : See above. This is an older version of the crate.
144
144
- ** piston-image** : See above. This is an older version of the ` image ` crate.
145
145
- ** style-servo** : An old version of Servo's ` style ` crate. A large crate, and
146
- one used by old versions of Firefox.
146
+ one used by old versions of Firefox. Built with ` --features=gecko ` .
147
147
- ** syn** : See above. This is an older version (0.11.11) of the crate.
148
148
- ** tokio-webpush-simple** : A simple web server built with a very old version
149
149
of tokio. Uses futures a lot, but doesn't use ` async ` /` await ` .
0 commit comments