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/2016-03-14-this-week-in-rust.md
+17-6Lines changed: 17 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,7 @@ Servo also has [a project](https://teams.railsgirlssummerofcode.org/projects/104
35
35
36
36
# Crate of the Week
37
37
38
+
The crate of this week is [LALRPOP](https://crates.io/crates/lalrpop), a LR(1) parser generator that compiles to Rust code. Thanks to [ogeon](https://users.rust-lang.org/users/ogeon) for the suggestion!
38
39
39
40
[Submit your suggestions for next week][submit_crate]!
40
41
@@ -55,12 +56,25 @@ If you are a Rust project owner and are looking for contributors, please submit
55
56
56
57
# Updates from Rust Core
57
58
58
-
113 pull requests were [merged in the last week][merged].
59
+
142 pull requests were [merged in the last week][merged].
0 commit comments