Skip to content

Commit eb6a5af

Browse files
committed
Template for issue #488
1 parent 16028ad commit eb6a5af

File tree

2 files changed

+214
-20
lines changed

2 files changed

+214
-20
lines changed

draft/2023-03-22-this-week-in-rust.md renamed to content/2023-03-22-this-week-in-rust.md

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,6 @@ Want to get involved? [We love contributions](https://github.com/rust-lang/rust/
1212
*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust).
1313
If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls).
1414

15-
## Updates from Rust Community
16-
17-
<!--
18-
19-
Dear community contributors:
20-
Please read README.md for guidance on submissions.
21-
Each submitted link should be of the form:
22-
23-
* [Title of the Linked Page](https://example.com/my_article)
24-
25-
If you don't know which category to use, feel free to submit a PR anyway
26-
and just ask the editors to select the category.
27-
28-
-->
29-
30-
### Official
31-
3215
### Foundation
3316
* [Welcoming Software Engineer Adam Harvey to the Rust Foundation Team](https://foundation.rust-lang.org/news/welcoming-software-engineer-adam-harvey-to-the-rust-foundation-team/)
3417
* [New SLSA++ Survey Reveals Real-World Developer Approaches to Software Supply Chain Security](https://foundation.rust-lang.org/news/new-slsa-survey-reveals-real-world-developer-approaches-to-software-supply-chain-security/)
@@ -65,8 +48,8 @@ and just ask the editors to select the category.
6548
* [Using Cow in Rust for efficient memory utilization](https://blog.logrocket.com/using-cow-rust-efficient-memory-utilization/)
6649
* [STM32F4 Embedded Rust at the PAC: Creating Hardware Abstractions](https://apollolabsblog.hashnode.dev/stm32f4-embedded-rust-at-the-pac-creating-hardware-abstractions)
6750
* [STM32F4 Embedded Rust at the PAC: GPIO Interrupts](https://apollolabsblog.hashnode.dev/stm32f4-embedded-rust-at-the-pac-gpio-interrupts)
68-
* [video] [Setting up CI and property testing for a Rust crate](https://www.youtube.com/watch?v=xUH-4y92jPg)
6951
* [Build your own Counting Bloom Filter](https://www.arunma.com/2023/03/19/build-your-own-counting-bloom-filter-in-rust/)
52+
* [video] [Setting up CI and property testing for a Rust crate](https://www.youtube.com/watch?v=xUH-4y92jPg)
7053

7154
### Research
7255
* [Verus: Verifying Rust Programs using Linear Ghost Types](https://arxiv.org/abs/2303.05491)
@@ -304,7 +287,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
304287
305288
-->
306289

307-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
290+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/11naac9/official_rrust_whos_hiring_thread_for_jobseekers/)
308291

309292
# Quote of the Week
310293

@@ -320,4 +303,4 @@ Thanks to [bugaevc](https://users.rust-lang.org/t/twir-quote-of-the-week/328/138
320303

321304
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
322305

323-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
306+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/11z992c/this_week_in_rust_487/)</small>

draft/2023-03-29-this-week-in-rust.md

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
Title: This Week in Rust 488
2+
Number: 488
3+
Date: 2023-03-29
4+
Category: This Week in Rust
5+
6+
Hello and welcome to another issue of *This Week in Rust*!
7+
[Rust](https://www.rust-lang.org/) is a programming language empowering everyone to build reliable and efficient software.
8+
This is a weekly summary of its progress and community.
9+
Want something mentioned? Tag us at [@ThisWeekInRust](https://twitter.com/ThisWeekInRust) on Twitter or [@ThisWeekinRust](https://mastodon.social/@thisweekinrust) on mastodon.social, or [send us a pull request](https://github.com/rust-lang/this-week-in-rust).
10+
Want to get involved? [We love contributions](https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md).
11+
12+
*This Week in Rust* is openly developed [on GitHub](https://github.com/rust-lang/this-week-in-rust).
13+
If you find any errors in this week's issue, [please submit a PR](https://github.com/rust-lang/this-week-in-rust/pulls).
14+
15+
## Updates from Rust Community
16+
17+
<!--
18+
19+
Dear community contributors:
20+
Please read README.md for guidance on submissions.
21+
Each submitted link should be of the form:
22+
23+
* [Title of the Linked Page](https://example.com/my_article)
24+
25+
If you don't know which category to use, feel free to submit a PR anyway
26+
and just ask the editors to select the category.
27+
28+
-->
29+
30+
### Official
31+
32+
### Foundation
33+
34+
### Newsletters
35+
36+
### Project/Tooling Updates
37+
38+
### Observations/Thoughts
39+
40+
### Rust Walkthroughs
41+
42+
### Research
43+
44+
### Miscellaneous
45+
46+
## Crate of the Week
47+
48+
<!-- COTW goes here -->
49+
50+
[Please submit your suggestions and votes for next week][submit_crate]!
51+
52+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
53+
54+
## Call for Participation
55+
56+
Always wanted to contribute to open-source projects but did not know where to start?
57+
Every week we highlight some tasks from the Rust community for you to pick and get started!
58+
59+
Some of these tasks may also have mentors available, visit the task page for more information.
60+
61+
<!-- CFPs go here, use this format: * [project name - title of issue](link to issue) -->
62+
<!-- * [ - ]() -->
63+
64+
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines].
65+
66+
[guidelines]: https://users.rust-lang.org/t/twir-call-for-participation/4821
67+
68+
## Updates from the Rust Project
69+
70+
<!-- Rust updates go here -->
71+
72+
### Rust Compiler Performance Triage
73+
74+
<!-- Perf results go here -->
75+
76+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
77+
78+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
79+
are the RFCs that were approved for implementation this week:
80+
81+
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
82+
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
83+
<!-- * []() -->
84+
85+
### Final Comment Period
86+
87+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
88+
which are reaching a decision. Express your opinions now.
89+
90+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
91+
92+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
93+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
94+
<!-- * [disposition: ] []() -->
95+
96+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
97+
98+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
99+
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
100+
<!-- * [disposition: ] []() -->
101+
102+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
103+
104+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
105+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
106+
<!-- * [new|updated] []() -->
107+
108+
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
109+
An important step for RFC implementation is for people to experiment with the
110+
implementation and give feedback, especially before stabilization. The following
111+
RFCs would benefit from user testing before moving forward:
112+
113+
<!-- Calls for Testing go here, use this format:
114+
* [<RFC Topic>](<RFC URL>)
115+
* [Tracking Issue](<Tracking Issue URL>)
116+
* [Testing steps](<Testing Steps URL>)
117+
-->
118+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
119+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
120+
121+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
122+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
123+
need testing.
124+
125+
## Upcoming Events
126+
127+
Rusty Events between 2023-03-29 - 2023-04-26 🦀
128+
129+
### Virtual
130+
131+
* 2023-03-22 | Virtual (Richmond, VA, US) | [Rustaceans RVA](https://www.meetup.com/rustaceans-rva/)
132+
* [**Rustaceans RVA - March Meetup**](https://www.meetup.com/rustaceans-rva/events/291963911/)
133+
* 2023-03-27 | Virtual | [Rust Formal Methods Interest Group](https://www.eventbrite.com/cc/rfmig-87969)
134+
* [**Flux: Ergonomic Verification of Rust Programs with Liquid Types**](https://www.eventbrite.com/e/flux-ergonomic-verification-of-rust-programs-with-liquid-types-tickets-577742873487?aff=ebdssbonlinesearch)
135+
* 2023-03-28 | Virtual (Berlin, DE) | [Berline.rs - OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
136+
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/292113239/)
137+
* 2023-03-28 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
138+
* [**Last Tuesday**](https://www.meetup.com/dallas-rust/events/qndgwsyfcfblc/)
139+
* 2023-03-28 | Virtual (Redmond, WA, US) | [Microsoft Reactor Redmond](https://www.meetup.com/microsoft-reactor-redmond/)
140+
* [**Crack code interview problems in Rust: S2 Ep3**](https://www.meetup.com/microsoft-reactor-redmond/events/291677113/)
141+
* 2023-03-29 | Virtual (Cardiff, UK) | [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/)
142+
* [**Writing your own rust 'book' with mdBook**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/291892487/)
143+
* 2023-03-31 | Virtual (Tunis, TN) | [Rust Tunisia](https://www.meetup.com/rust-tunisia/)
144+
* [**Rust Meetup Tunisia - Volume I, Number III**](https://www.meetup.com/rust-tunisia/events/292402446/)
145+
* 2023-04-04 | Virtual (Buffalo, NY, US) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/)
146+
* [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/lsjbbtyfcgbgb/)
147+
* 2023-04-05 | Virtual (Indianapolis, IN, US) | [Indy Rust](https://www.meetup.com/indyrs)
148+
* [**Indy.rs - with Social Distancing**](https://www.meetup.com/indyrs/events/291967741/)
149+
* 2023-04-05 | Virtual (Stuttgart, DE) | [Rust Community Stuttgart](https://www.meetup.com/rust-community-stuttgart)
150+
* [**Rust-Meetup**](https://www.meetup.com/rust-community-stuttgart/events/dvvtvsyfcgbhb/)
151+
* 2023-04-11 | Virtual (Berlin, DE) | [Berline.rs - OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
152+
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/292236794/)
153+
* 2023-04-11 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
154+
* [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/vndgwsyfcgbpb/)
155+
* 2023-04-11 | Virtual | [Rust Live](https://www.eventbrite.com/cc/rust-live-1876809)
156+
* [**Rust Live: Asynchronous Rust**](https://www.eventbrite.com/e/rust-live-asynchronous-rust-tickets-575865518267?aff=ebdssbonlinesearch&keep_tld=1)
157+
* 2023-04-18 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
158+
* [**Mid-month Rustful—Introducing duplicate! and the peculiarities of proc macros**](https://www.meetup.com/rustdc/events/291830834/)
159+
* 2023-04-19 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/-0)
160+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/lqkkctyfcgbzb/)
161+
162+
### Europe
163+
164+
* 2023-03-28 | Zurich, CH | [Rust Zurich](https://www.meetup.com/de-DE/rust-zurich/)
165+
* [**High performance concurrent data structures in Rust - March Meetup**](https://www.meetup.com/de-DE/rust-zurich/events/291449557/)
166+
* 2023-03-29 | Paris, FR | [Rust Paris](https://www.meetup.com/rust-paris/)
167+
* [**Rust Paris meetup #57**](https://www.meetup.com/rust-paris/events/291963747/)
168+
* 2023-04-04 | Berlin, DE | [Berline.rs](https://berline.rs)
169+
* [**Rust and Tell - Goodbye👋 Edition**](https://berline.rs/2023/04/04/rust-and-tell-goodbye-edition.html)
170+
* 2023-04-06 | Lyon, FR | [Rust Lyon](https://www.meetup.com/fr-FR/rust-lyon/)
171+
* [**Rust Lyon Meetup #3**](https://www.meetup.com/fr-FR/rust-lyon/events/292283973/)
172+
* 2023-04-19 | Zurich, CH | [Rust Zurich](https://www.meetup.com/de-DE/rust-zurich/)
173+
* [**sett: data encryption and transfer made easy(ier)**](https://www.meetup.com/de-DE/rust-zurich/events/292151879/)
174+
175+
### Asia
176+
* 2023-04-08 | Kyoto, JP | [Kansai Rust](https://www.meetup.com/kansai-rust/)
177+
* [**Demystifying Closures**](https://www.meetup.com/kansai-rust/events/292202435/)
178+
* 2023-04-12 | Kuala Lumpur, MY | [Rust Malaysia](https://rust-malaysia.github.io/meetup/); [Telegram](https://t.me/golangmalaysia)
179+
* [**Rust Meetup Malaysia April 2023: How far is Dioxus from React? by Ivan Tham**](https://www.google.com/calendar/event?eid=MWI0bWJzY21qZTI2NWsyZDgzOG0xb2JkdTkgYXBkOXZtYmMyMmVnZW5tdHU1bDZjNWpiZmNAZw&ctz=America/Los_Angeles) | [Map](https://goo.gl/maps/w2ogftac6mqpBbvt5)
180+
181+
If you are running a Rust event please add it to the [calendar] to get
182+
it mentioned here. Please remember to add a link to the event too.
183+
Email the [Rust Community Team][community] for access.
184+
185+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
186+
[community]: mailto:[email protected]
187+
188+
## Jobs
189+
<!--
190+
191+
Rust Jobs:
192+
193+
TWiR has stopped featuring individual job postings. You can read more about this change here:
194+
195+
https://github.com/rust-lang/this-week-in-rust/issues/3412
196+
197+
-->
198+
199+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
200+
201+
# Quote of the Week
202+
203+
<!-- QOTW goes here -->
204+
205+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
206+
207+
*This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell), [llogiq](https://github.com/llogiq), [cdmistman](https://github.com/cdmistman), [ericseppanen](https://github.com/ericseppanen), [extrawurst](https://github.com/extrawurst), [andrewpollack](https://github.com/andrewpollack), [U007D](https://github.com/U007D), [kolharsam](https://github.com/kolharsam), [joelmarcey](https://github.com/joelmarcey), [mariannegoldin](https://github.com/mariannegoldin), [bennyvasquez](https://github.com/bennyvasquez).*
208+
209+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
210+
211+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)