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-26-this-week-in-rust.md
+48-51Lines changed: 48 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -20,11 +20,13 @@ If you find any errors in this week's issue, [please submit a PR](https://github
20
20
21
21
Find all #Rust2020 posts at [Read Rust](https://readrust.net/rust-2020/).
22
22
23
+
[Building a Rust Driver for PineTime’s Touch Controller](https://medium.com/@ly.lee/building-a-rust-driver-for-pinetimes-touch-controller-cbc1a5d5d3e9?source=friends_link&sk=d8cf73fc943d9c0e960627d768f309cb).
24
+
23
25
# Crate of the Week
24
26
25
-
This week's crate is [wasmtime](https://github.com/bytecodealliance/wasmtime), a standalone JIT-style runtime for WebAssembly.
27
+
This week's crate is [rerast](https://github.com/google/rerast), a rule-based Rust code transformation tool.
26
28
27
-
Thanks to [Josh Triplett](https://users.rust-lang.org/t/crate-of-the-week/2704/671) for the suggestions!
29
+
Thanks to [Jan Riemer](https://users.rust-lang.org/t/crate-of-the-week/2704/674) for the suggestions!
28
30
29
31
[Submit your suggestions and votes for next week][submit_crate]!
30
32
@@ -47,46 +49,43 @@ If you are a Rust project owner and are looking for contributors, please submit
47
49
48
50
# Updates from Rust Core
49
51
50
-
252 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)
52
+
260 pull requests were [merged in the last week][merged]
*[measureme: optimize FileSerializationSink by using parking_lot::Mutex and avoiding heap allocations in write_atomic](https://github.com/rust-lang/measureme/pull/88)
90
89
91
90
## Approved RFCs
92
91
@@ -134,9 +133,11 @@ decision. Express your opinions now.
134
133
135
134
*[Nov 21. Turin, IT - Mozilla Torino - Gruppo di studio Rust](https://www.meetup.com/Mozilla-Torino/events/265961100).
136
135
*[Nov 26. Vienna, AT - Rust Vienna - El rust de vienna](https://www.meetup.com/Rust-Vienna/events/266365092/).
136
+
*[Nov 26+28, Rome, Italy - Weekly Rust course at "La Sapienza" University: 2nd lesson!](https://lugsapienza.altervista.org/corsorust-nov2019).
137
137
*[Nov 27. Berlin, DE - OpenTechSchool Berlin - Rust Hack and Learn](https://www.meetup.com/opentechschool-berlin/events/nxdpgryzpbkc/).
138
138
*[Nov 27. Copenhagen, DK - Copenhagen Rust Hack Night #20](https://cph.rs/).
139
139
*[Dec 2. Karlsruhe, DE - Rust Meet-up](https://www.meetup.com/Rust-Hack-Learn-Karlsruhe/events/266554688/).
@@ -157,21 +158,17 @@ Email the [Rust Community Team][community] for access.
157
158
158
159
# Rust Jobs
159
160
161
+
*[PhD, postdoc & intern positions in RustBelt and Iris projects at Max Planck](https://users.rust-lang.org/t/jobs-phd-postdoc-intern-positions-in-rustbelt-and-iris-projects-at-max-planck/35016)
162
+
160
163
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
161
164
162
165
# Quote of the Week
163
166
164
-
This week, we have two quotes:
165
-
166
-
> Telling a programmer there's already a library to do X is like telling a songwriter there's already a song about love.
167
-
168
-
– [PeteCordell on twitter](https://twitter.com/petecordell/status/428542622844477441), as [quoted in a recent Rust Gamedev meetup](https://www.youtube.com/watch?v=lpOg2nl3kr0)
169
-
170
-
> Well a Museum purpose is also memory safety, I guess.
167
+
> I said it before, and I'll say it again: If one views Rust as a critique on C++, one should view it as a constructive critique.
171
168
172
-
– [/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
169
+
– [llogiq on /r/rust](https://www.reddit.com/r/rust/comments/dyr8ps/rust_from_a_cc_point_of_view_viceversa/f835w7h)
173
170
174
-
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!
171
+
Thanks to [Dmitry Kashitsyn](https://users.rust-lang.org/t/twir-quote-of-the-week/328/741) for the suggestion!
175
172
176
173
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
0 commit comments