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 @@ -41,8 +41,6 @@ They mostly consist of real-world crates.
41
41
- ** stm32f4** : A crate that has many thousands of blanket impl blocks.
42
42
- ** syn** : A library for parsing Rust code. An important part of the Rust
43
43
ecosystem.
44
- - ** tokio-webpush-simple** : A simple web server built with tokio. Uses futures
45
- a lot.
46
44
- ** ucd** : A Unicode crate. Contains large statics that
47
45
[ stress] ( https://github.com/rust-lang/rust/issues/53643 ) the borrow checker's
48
46
implementation of NLL.
@@ -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