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 @@ -40,8 +40,6 @@ They mostly consist of real-world crates.
40
40
- ** stm32f4** : A crate that has many thousands of blanket impl blocks.
41
41
- ** syn** : A library for parsing Rust code. An important part of the Rust
42
42
ecosystem.
43
- - ** tokio-webpush-simple** : A simple web server built with tokio. Uses futures
44
- a lot.
45
43
- ** unicode_normalization** : Unicode character composition and decomposition
46
44
utilities. Uses huge ` match ` statements that stress the compiler in unusual
47
45
ways.
@@ -141,4 +139,5 @@ Rust code being written today.
141
139
- ** style-servo** : An old version of Servo's ` style ` crate. A large crate, and
142
140
one used by old versions of Firefox.
143
141
- ** syn** : See above.
144
- - ** tokio-webpush-simple** : See above.
142
+ - ** tokio-webpush-simple** : A simple web server built with a very old version
143
+ of tokio. Uses futures a lot, but doesn't use ` async ` /` await ` .
Original file line number Diff line number Diff line change 1
1
{
2
2
"touch_file" : " src/main.rs" ,
3
- "category" : " primary-and- stable"
3
+ "category" : " stable"
4
4
}
You can’t perform that action at this time.
0 commit comments