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-07-04-this-week-in-rust.md
+32-22Lines changed: 32 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ If you find any errors in this week's issue, [please submit a PR](https://github
17
17
## News & Blog Posts
18
18
19
19
*[The *new* TRust-DNS Resolver](https://bluejekyll.github.io/blog/rust/2017/06/30/trust-dns-resolver.html), quick overview of the new 100% Rust and Tokio based Resolver.
20
+
*[video][Bootstrapping Embedded Development in Rust by James Munns](https://youtu.be/SOTh6Bu_0OM).
@@ -31,7 +33,7 @@ Thank you, Mark, for this heroic effort!
31
33
32
34
# Crate of the Week
33
35
34
-
This week's crate is [strum](https://crates.io/crates/strum), a crate that allows you to derive stringify and parse operations for your enums. Thanks to [lucab](https://users.rust-lang.org/u/lucab) for the suggestion!
36
+
This week's crate is [strum](https://crates.io/crates/cargo-make), a crate that helps you automate your build workflow beyond what cargo already offers. Thanks to [Sagie Gur Ari](https://users.rust-lang.org/u/sagiegurari) for the suggestion!
35
37
36
38
[Submit your suggestions and votes for next week][submit_crate]!
37
39
@@ -44,6 +46,7 @@ Every week we highlight some tasks from the Rust community for you to pick and g
44
46
45
47
Some of these tasks may also have mentors available, visit the task page for more information.
46
48
49
+
*[CFP for RustFest Zürich](https://cfp.rustfest.eu/events/rustfest-ch).
47
50
*[Rust libz blitz status update 2017-06-20](https://internals.rust-lang.org/t/rust-libz-blitz/5184/80). Contribution opportunities are available.
48
51
*[rustup: Fix 'show' displaying UNC paths on windows](https://github.com/rust-lang-nursery/rustup.rs/issues/1177).
49
52
*[easy][rustup: Fix 'show' when active toolchain is not installed](https://github.com/rust-lang-nursery/rustup.rs/issues/1178).
@@ -71,27 +74,34 @@ If you are a Rust project owner and are looking for contributors, please submit
71
74
72
75
# Updates from Rust Core
73
76
74
-
94 pull requests were [merged in the last week][merged].
0 commit comments