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-21-this-week-in-rust.md
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Servo also has [a project](https://teams.railsgirlssummerofcode.org/projects/104
34
34
35
35
# Crate of the Week
36
36
37
-
This week's Crate of the 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!
37
+
This week's Crate of the Week is [tempfile](https://crates.io/crates/tempfile), a crate that does exactly what it says on the tin. Thanks to [Steven Allen](https://users.rust-lang.org/users/stebalien) for the suggestion!
38
38
39
39
[Submit your suggestions for next week][submit_crate]!
40
40
@@ -60,12 +60,28 @@ If you are a Rust project owner and are looking for contributors, please submit
60
60
61
61
# Updates from Rust Core
62
62
63
-
142 pull requests were [merged in the last week][merged].
63
+
103 pull requests were [merged in the last week][merged].
0 commit comments