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-19-this-week-in-rust.md
+51-26Lines changed: 51 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -22,13 +22,9 @@ 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 has multiple crates:
25
+
This week's crate is [wasmtime](https://github.com/bytecodealliance/wasmtime), a standalone JIT-style runtime for WebAssembly.
26
26
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 suggestions!
27
+
Thanks to [Josh Triplett](https://users.rust-lang.org/t/crate-of-the-week/2704/671) for the suggestions!
32
28
33
29
[Submit your suggestions and votes for next week][submit_crate]!
34
30
@@ -52,23 +48,46 @@ If you are a Rust project owner and are looking for contributors, please submit
52
48
53
49
# Updates from Rust Core
54
50
55
-
310 pull requests were [merged in the last week][merged]
*[measureme: only use 48 bits for encoding timestamps and 32 bits for encoding thread IDs in `RawEvent` in order to make it smaller](https://github.com/rust-lang/measureme/pull/86)
72
91
73
92
## Approved RFCs
74
93
@@ -137,11 +156,17 @@ Email the [Rust Community Team][community] for access.
137
156
138
157
# Quote of the Week
139
158
140
-
> In my experience, prayers are not a very effective concurrency primitive.
159
+
This week, we have two quotes:
160
+
161
+
> Telling a programmer there's already a library to do X is like telling a songwriter there's already a song about love.
162
+
163
+
– [PeteCordell on twitter](https://twitter.com/petecordell/status/428542622844477441), as [quoted in a recent Rust Gamedev meetup](https://www.youtube.com/watch?v=lpOg2nl3kr0)
164
+
165
+
> Well a Museum purpose is also memory safety, I guess.
141
166
142
-
– [Robert Lord on his blog](https://lord.io/blog/2019/text-editing-hates-you-too/)
167
+
– [/u/xav_19 on /r/rust](https://www.reddit.com/r/rust/comments/dxh6pg/why_is_trpl_sold_in_the_gift_shop_at_the_spy/f7r8d3k?utm_source=share&utm_medium=web2x) commenting on a post asking why "The Rust Programming Language" is sold in Washington D.C.'s spy museum's gift shop
143
168
144
-
Thanks to [Stephan Sokolow](https://users.rust-lang.org/t/twir-quote-of-the-week/328/727) for the suggestion!
169
+
Thanks to [Matthieu M.](https://users.rust-lang.org/t/twir-quote-of-the-week/328/737) and [ZiCog](https://users.rust-lang.org/t/twir-quote-of-the-week/328/739) for the suggestion!
145
170
146
171
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments