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/2019-11-12-this-week-in-rust.md
+27-34Lines changed: 27 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,21 @@ 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
-[Adventures in Motion Control: Working With G-Code](http://adventures.michaelfbryan.com/posts/working-with-gcode/)
20
+
*[Generalizing Coroutines in Rust](https://samsartor.com/coroutines-1/)
20
21
21
22
### #Rust2020
22
23
23
24
Find all #Rust2020 posts at [Read Rust](https://readrust.net/rust-2020/).
24
25
25
26
# Crate of the Week
26
27
27
-
This week's crate is [displaydoc](https://github.com/yaahc/displaydoc), a procedural derive macro to implement `Display` by string-interpolating the doc comment.
28
+
This week has multiple crates:
28
29
29
-
Thanks to [Willi Kappler](https://users.rust-lang.org/t/crate-of-the-week/2704/652) for the suggesion!
30
+
*[accurate](https://crates.io/crates/accurate), accumulator types for more accurate (or even provably correct) sum and dot product of floatting-point numbers
31
+
*[transfer](https://github.com/dureuill/transfer), a crate to transfer values between pinned instances.
32
+
*[genawaiter](https://github.com/whatisaphone/genawaiter), a crate to allow generators on stable Rust.
33
+
34
+
Thanks to [Nestor Demeure](https://users.rust-lang.org/t/crate-of-the-week/2704/666) and [Willi Kappler](https://users.rust-lang.org/t/crate-of-the-week/2704/669) for the suggesion!
30
35
31
36
[Submit your suggestions and votes for next week][submit_crate]!
32
37
@@ -55,35 +60,23 @@ If you are a Rust project owner and are looking for contributors, please submit
55
60
56
61
# Updates from Rust Core
57
62
58
-
217 pull requests were [merged in the last week][merged]
@@ -160,11 +153,11 @@ Email the [Rust Community Team][community] for access.
160
153
161
154
# Quote of the Week
162
155
163
-
> I did manage to get this compile in the end - does anyone else find that the process of asking the question well on a public forum organizes their thoughts well enough to solve the problem?
156
+
> In my experience, prayers are not a very effective concurrency primitive.
164
157
165
-
– [David Mason on rust-users](https://users.rust-lang.org/t/std-phantomdata-and-unused-fields-in-structs/34271/3)
158
+
– [Robert Lord on his blog](https://lord.io/blog/2019/text-editing-hates-you-too/)
166
159
167
-
Thanks to [Daniel H-M](https://users.rust-lang.org/t/twir-quote-of-the-week/328/725) for the suggestion!
160
+
Thanks to [Stephan Sokolow](https://users.rust-lang.org/t/twir-quote-of-the-week/328/727) for the suggestion!
168
161
169
162
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments