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
+26-34Lines changed: 26 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -24,9 +24,13 @@ Find all #Rust2020 posts at [Read Rust](https://readrust.net/rust-2020/).
24
24
25
25
# Crate of the Week
26
26
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.
27
+
This week has multiple crates:
28
28
29
-
Thanks to [Willi Kappler](https://users.rust-lang.org/t/crate-of-the-week/2704/652) for the suggesion!
29
+
*[accurate](https://crates.io/crates/accurate), accumulator types for more accurate (or even provably correct) sum and dot product of floatting-point numbers
30
+
*[transfer](https://github.com/dureuill/transfer), a crate to transfer values between pinned instances.
31
+
*[genawaiter](https://github.com/whatisaphone/genawaiter), a crate to allow generators on stable Rust.
32
+
33
+
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
34
31
35
[Submit your suggestions and votes for next week][submit_crate]!
32
36
@@ -55,35 +59,23 @@ If you are a Rust project owner and are looking for contributors, please submit
55
59
56
60
# Updates from Rust Core
57
61
58
-
217 pull requests were [merged in the last week][merged]
@@ -160,11 +152,11 @@ Email the [Rust Community Team][community] for access.
160
152
161
153
# Quote of the Week
162
154
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?
155
+
> In my experience, prayers are not a very effective concurrency primitive.
164
156
165
-
– [David Mason on rust-users](https://users.rust-lang.org/t/std-phantomdata-and-unused-fields-in-structs/34271/3)
157
+
– [Robert Lord on his blog](https://lord.io/blog/2019/text-editing-hates-you-too/)
166
158
167
-
Thanks to [Daniel H-M](https://users.rust-lang.org/t/twir-quote-of-the-week/328/725) for the suggestion!
159
+
Thanks to [Stephan Sokolow](https://users.rust-lang.org/t/twir-quote-of-the-week/328/727) for the suggestion!
168
160
169
161
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments