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-01-this-week-in-rust.md
+20-23Lines changed: 20 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,7 @@ If you find any errors in this week's issue, [please submit a PR](https://github
33
33
34
34
# Crate of the Week
35
35
36
-
This week's crate is [cute](https://crates.io/crates/cute), a crate containing a macro to allow Python (or Haskell) style
37
-
comprehensions (e.g. `c![x / 2 for x in my_iter if (x & 1) == 0]`). Thanks to [Willi Kappler](https://users.rust-lang.org/u/willi_kappler)
36
+
This week's crate is [tarpaulin](https://crates.io/crates/tarpaulin), a crate to collect test coverage of your Rust code. Thanks to [Colin Kriegel](https://users.rust-lang.org/u/colin_kriegel)
38
37
for the suggestion.
39
38
40
39
[Submit your suggestions and votes for next week][submit_crate]!
@@ -78,27 +77,25 @@ If you are a Rust project owner and are looking for contributors, please submit
78
77
79
78
# Updates from Rust Core
80
79
81
-
110 pull requests were [merged in the last week][merged]
0 commit comments