You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drafts/2017-08-22-this-week-in-rust.md
+20-25Lines changed: 20 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
40
40
41
41
# Crate of the Week
42
42
43
-
This week's crate is [exa](https://the.exa.website), a modern `ls` replacement (with a `tree` thrown in as well) written in Rust. Thanks to [Vikrant](https://users.rust-lang.org/u/nasa42) for the suggestion.
43
+
This week's crate is [pest](https://crates.io/crates/pest), a PEG-based parsing library. Thanks to [Laurent Wandrebeck](https://users.rust-lang.org/u/lwandrebeck) for the suggestion.
44
44
45
45
[Submit your suggestions and votes for next week][submit_crate]!
46
46
@@ -82,30 +82,25 @@ If you are a Rust project owner and are looking for contributors, please submit
82
82
83
83
# Updates from Rust Core
84
84
85
-
128 pull requests were [merged in the last week][merged]
0 commit comments