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.
4040- ** stm32f4** : A crate that has many thousands of blanket impl blocks.
4141- ** syn** : A library for parsing Rust code. An important part of the Rust
4242 ecosystem.
43- - ** tokio-webpush-simple** : A simple web server built with tokio. Uses futures
44- a lot.
4543- ** unicode_normalization** : Unicode character composition and decomposition
4644 utilities. Uses huge ` match ` statements that stress the compiler in unusual
4745 ways.
@@ -141,4 +139,5 @@ Rust code being written today.
141139- ** style-servo** : An old version of Servo's ` style ` crate. A large crate, and
142140 one used by old versions of Firefox.
143141- ** 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 11{
22 "touch_file" : " src/main.rs" ,
3- "category" : " primary-and- stable"
3+ "category" : " stable"
44}
You can’t perform that action at this time.
0 commit comments