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
+22-28Lines changed: 22 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -38,10 +38,11 @@ If you find any errors in this week's issue, [please submit a PR](https://github
38
38
*[These weeks in dev-tools 1](https://www.ncameron.org/blog/these-weeks-in-dev-tools-issue-1/).
39
39
*[This week in Redox 28](https://redox-os.org/news/this-week-in-redox-28/).
40
40
*[Zone of Control is dead. Long life Zemeroth.](https://ozkriff.github.io/2017-08-17--devlog.html)
41
+
*[Annoucnement - try out Rust IDE support in Visual Studio Code](https://users.rust-lang.org/t/try-out-rust-ide-support-in-visual-studio-code/12407)
41
42
42
43
# Crate of the Week
43
44
44
-
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.
45
+
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.
45
46
46
47
[Submit your suggestions and votes for next week][submit_crate]!
47
48
@@ -83,30 +84,25 @@ If you are a Rust project owner and are looking for contributors, please submit
83
84
84
85
# Updates from Rust Core
85
86
86
-
128 pull requests were [merged in the last week][merged]
0 commit comments