Skip to content

Commit 5a09b99

Browse files
authored
Merge branch 'master' into jun7-rust-job-spire
2 parents dc6708d + 12d416d commit 5a09b99

File tree

1 file changed

+61
-16
lines changed

1 file changed

+61
-16
lines changed

draft/2022-06-08-this-week-in-rust.md

Lines changed: 61 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,20 @@ and just ask the editors to select the category.
3636
### Project/Tooling Updates
3737

3838
* [This week in Databend #44: A Modern Cloud Data Warehouse for Everyone](https://weekly.databend.rs/2022-06-01-databend-weekly/)
39+
* [Slint UI crate weekly updates](https://slint-ui.com/thisweek/2022-06-06.html)
40+
* [This week in Fluvio #35: the programmable streaming platform](https://www.fluvio.io/news/this-week-in-fluvio-0035/)
41+
* [Fornjot (code-first CAD in Rust) - Weekly Dev Log - 2022-W22](https://www.fornjot.app/blog/weekly-dev-log/2022-w22/)
3942

4043
### Observations/Thoughts
4144

4245
### Rust Walkthroughs
4346

47+
* [Introduction to Rust generics (2/2): Trait Objects - Static vs Dynamic dispatch](https://kerkour.com/rust-generics-trait-objects)
4448
* [Beginner-Intermediate Errror Handling in Rust](https://desmondwillowbrook.github.io/blog/rust-error-handling/)
4549
* [The entrait pattern](https://audunhalland.github.io/blog/entrait-pattern/)
50+
* [Web Scraping with Rust](https://www.scrapingbee.com/blog/web-scraping-rust/)
4651
* [video] [Async I/O in Depth: Creating a High Performance HTTP Web Server in Rust (Part 1)](https://www.youtube.com/watch?v=fdxhcDne2Ww)
52+
* [video] [Stream Ingestion with Kafka & Kinesis](https://www.youtube.com/watch?v=05pS-m6iuQ4)
4753

4854
### Research
4955

@@ -76,32 +82,50 @@ If you are a Rust project owner and are looking for contributors, please submit
7682

7783
<!-- Perf results go here -->
7884

79-
### Call for Testing
80-
85+
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
8186
An important step for RFC implementation is for people to experiment with the
8287
implementation and give feedback, especially before stabilization. The following
8388
RFCs would benefit from user testing before moving forward:
8489

85-
<!-- Pre-Stabilization RFCs go here -->
90+
* [RFC: 'C-unwind' ABI](https://github.com/rust-lang/rfcs/pull/2945)
91+
* [Testing instructions](https://github.com/rust-lang/rfcs/pull/2945#issuecomment-1134003542)
92+
93+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
94+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
95+
need testing.
96+
97+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
98+
99+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
100+
are the RFCs that were approved for implementation this week:
101+
102+
* *No RFCs were approved this week.*
103+
104+
### Final Comment Period
105+
106+
Every week [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
107+
which are reaching a decision. Express your opinions now.
108+
109+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
86110

87-
<!-- RFC and FCP sections go here -->
111+
* [Rolling co-lead roles for T-compiler](https://github.com/rust-lang/rfcs/pull/3262)
112+
113+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
114+
115+
* [disposition: merge] [Make {Mutex, Condvar, RwLock}::new() const. ](https://github.com/rust-lang/rust/pull/97791)
116+
* [disposition: merge] [Make std::mem::needs_drop accept ?Sized](https://github.com/rust-lang/rust/pull/97675)
117+
* [disposition: merge] [Tracking Issue for scoped threads](https://github.com/rust-lang/rust/issues/93203)
118+
119+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
120+
121+
* *No New or Updated RFCs were created this week.*
88122

89123
## Upcoming Events
90124

91125
Rusty Events between 2022-06-08 - 2022-07-06 🦀
92126

93127
### Virtual
94128

95-
* 2022-06-01 | Indianapolis, IN, US | [Indy Rust](https://www.meetup.com/indyrs/)
96-
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/qwtdjsydcjbcb/)
97-
* 2022-06-01 | Philadelphia, PA, US | [Rust Philly (Rust Philadelphia)](https://www.meetup.com/RustPhilly/)
98-
* [**Remote Book Club: Rust for Rustaceans Chapter Discussion**](https://www.meetup.com/RustPhilly/events/qkbktsydcjbcb/)
99-
* 2022-06-07 | Beijing, CN | [WebAssembly and Rust Meetup (Rustlang)](https://www.meetup.com/Wasm-Rust-Meetup/)
100-
* [**Monthly WasmEdge Community Meeting, a CNCF sandbox WebAssembly runtime**](https://www.meetup.com/Wasm-Rust-Meetup/events/jbfnrsydcjbkb/)
101-
* 2022-06-07 | Berlin, DE | [Berline.rs](https://berline.rs/) | [Open Tech School Berlin](https://www.meetup.com/opentechschool-berlin/)
102-
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsydcjbkb/)
103-
* 2022-06-07 | Buffalo, NY, US | [Buffalo Rust Meetup](https://www.meetup.com/Buffalo-Rust-Meetup/)
104-
* [**June Meetup: Intro to monoids and semi groups using Frunk**](https://www.meetup.com/Buffalo-Rust-Meetup/events/xgmfssydcjbkb/)
105129
* 2022-06-08 | Boulder, CO, US | [Boulder Elixir and Rust](https://www.meetup.com/boulder-elixir-rust/)
106130
* [**Monthly Meetup**](https://www.meetup.com/boulder-elixir-rust/events/zvxcsrydcjblb/)
107131
* 2022-06-08 | Cardiff, UK | [Rust and C++ Cardiff ](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
@@ -120,6 +144,8 @@ Rusty Events between 2022-06-08 - 2022-07-06 🦀
120144
* [**Second Tuesday**](https://www.meetup.com/Dallas-Rust/events/vqtjcsydcjbsb/)
121145
* 2022-06-14 | Rostock, DE | [Altow Academy](https://www.meetup.com/altow-academy/)
122146
* [**Rust Meetup Rostock**](https://www.meetup.com/altow-academy/events/286138086/)
147+
* 2022-06-14 | Saarbrücken, DE | [Rust-Saar](https://www.meetup.com/rust-saar/)
148+
* [**Meetup: 22u16**](https://www.meetup.com/rust-saar/events/286291318/)
123149
* 2022-06-15 | Philadelphia, PA, US | [Rust Philly (Rust Philadelphia)](https://www.meetup.com/RustPhilly/)
124150
* [**Remote Book Club: Rust for Rustaceans Chapter Discussion**](https://www.meetup.com/RustPhilly/events/qkbktsydcjbtb/)
125151
* 2022-06-15 | Vancouver, BC, CA | [Vancouver Rust](https://www.meetup.com/Vancouver-Rust/)
@@ -132,11 +158,17 @@ Rusty Events between 2022-06-08 - 2022-07-06 🦀
132158
* [**Rust-Meetup**](https://www.meetup.com/Rust-Community-Stuttgart/events/qwgrssydcjbmc/)
133159
* 2022-06-30 | Linz, AT | [Rust Linz](https://www.meetup.com/Rust-Linz/)
134160
* [**Rust Meetup Linz - 23th Edition**](https://www.meetup.com/Rust-Linz/events/286029968/)
161+
* 2022-07-05 | Austin, TX, US | [WebAssembly and WasmEdge](https://www.meetup.com/webassembly-and-wasmedge/)
162+
* [**Monthly WasmEdge Community Meeting #10**](https://www.meetup.com/webassembly-and-wasmedge/events/zzdnrsydckbhb/)
163+
* 2022-07-05 | Beijing, CN | [WebAssembly and Rust Meetup (Rustlang)](https://www.meetup.com/wasm-rust-meetup/)
164+
* [**Monthly WasmEdge Community Meeting, a CNCF sandbox WebAssembly runtime**](https://www.meetup.com/wasm-rust-meetup/events/jbfnrsydckbhb/)
165+
* 2022-07-05 | Buffalo, NY, US | [Buffalo Rust Meetup](https://www.meetup.com/Buffalo-Rust-Meetup/)
166+
* [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/xgmfssydckbhb/)
167+
* 2022-07-06 | Indianapolis, IN, US | [Indy Rust](https://www.meetup.com/indyrs/)
168+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/qwtdjsydckbjb/)
135169

136170
### North America
137171

138-
* 2022-06-01 | Austin, TX, US | [Rust ATX](https://www.meetup.com/rust-atx/)
139-
* [**Rust Lunch**](https://www.meetup.com/rust-atx/events/285973465/)
140172
* 2022-06-08 | Atlanta, GA, US | [Rust ATL](https://www.meetup.com/Rust-ATL/)
141173
* [**Grab a beer with fellow Rustaceans**](https://www.meetup.com/Rust-ATL/events/pczdssydcjblb/)
142174
* 2022-06-09 | Columbus, OH, US | [Columbus Rust Society](https://www.meetup.com/columbus-rs/)
@@ -154,12 +186,21 @@ Rusty Events between 2022-06-08 - 2022-07-06 🦀
154186
* [**Introduction to axum - An ergonomic and modular web framework by David Pedersen**](https://www.meetup.com/Rust-Oslo/events/286006378/)
155187
* 2022-06-14 | Stuttgart, DE | [Rust Community Stuttgart](https://www.meetup.com/Rust-Community-Stuttgart/)
156188
* [**On Site Meetup**](https://www.meetup.com/Rust-Community-Stuttgart/events/286137650/)
189+
* 2022-06-16 | Bristol City, UK | [Rust Bristol](https://www.meetup.com/rust-bristol/)
190+
* [**Talks - Serverless WASM & Graphics in Rust**](https://www.meetup.com/rust-bristol/events/286391025/)
157191
* 2022-06-21 | Oslo, NO | [Rust Oslo](https://www.meetup.com/Rust-Oslo/)
158192
* [**Async Rust and Embedded**](https://www.meetup.com/Rust-Oslo/events/286236751/)
193+
* 2022-06-22 | Amsterdam, NL | [Rust Developers Amsterdam Group](https://www.meetup.com/rust-amsterdam-group/)
194+
* [**Rust Developers Amsterdam Group**](https://www.meetup.com/rust-amsterdam-group/events/286305083/)
195+
159196
### Oceania
160197

198+
* 2022-06-14 | Canberra, ACT, AU | [Rust Canberra](https://www.meetup.com/rust-canberra/)
199+
* [**Canberra Rust User Group**](https://www.meetup.com/rust-canberra/events/285918739/)
161200
* 2022-06-17 | Melbourne, VIC, AU | [Rust Melbourne](https://www.meetup.com/Rust-Melbourne/)
162201
* [**June 2022 Meetup**](https://www.meetup.com/Rust-Melbourne/events/285962368/)
202+
* 2022-06-23 | Brisbane, QLD, AU | [Rust Brisbane](https://www.meetup.com/rust-brisbane/)
203+
* [**June Meetup**](https://www.meetup.com/rust-brisbane/events/286385515/)
163204

164205
If you are running a Rust event please add it to the [calendar] to get
165206
it mentioned here. Please remember to add a link to the event too.
@@ -186,6 +227,10 @@ They should be of the form:
186227

187228
* [Software Engineers + Engineering Managers (Glasgow, UK, Luxembourg - Relocation Available)](https://spire.com/careers/job-openings/job/?gh_jid=4226230)
188229

230+
**Meilisearch**
231+
232+
* [Senior Software Engineer (Remote, European timezone)](https://jobs.lever.co/meili/5b9f780a-0c80-41a7-aba0-bd86834e6823)
233+
189234
*Tweet us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) to get your job offers listed here!*
190235

191236
# Quote of the Week

0 commit comments

Comments
 (0)