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