Skip to content

Commit d3573bc

Browse files
Create draft for TWIR #505, formatting tweak for #504
1 parent 6eacb4f commit d3573bc

File tree

2 files changed

+217
-10
lines changed

2 files changed

+217
-10
lines changed

draft/2023-07-19-this-week-in-rust.md renamed to content/2023-07-19-this-week-in-rust.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@ and just ask the editors to select the category.
3131
* [Announcing Rust 1.71.0](https://blog.rust-lang.org/2023/07/13/Rust-1.71.0.html)
3232
* [Rustc Trait System Refactor Initiative Update](https://blog.rust-lang.org/inside-rust/2023/07/17/trait-system-refactor-initiative.html)
3333

34-
### Foundation
35-
36-
### Newsletters
37-
3834
### Project/Tooling Updates
3935
* [rust-analyzer changelog #190](https://rust-analyzer.github.io/thisweek/2023/07/17/changelog-190.html)
4036
* [Generating terminal user interfaces with Ratatui + ChatGPT](https://blog.orhun.dev/ratatui-0-22-0/)
@@ -52,20 +48,18 @@ and just ask the editors to select the category.
5248
* [How `rustdoc` achieves a genius design](https://blog.goose.love/posts/rustdoc/)
5349
* [ESP32 Standard Library Embedded Rust: GPIO Control](https://apollolabsblog.hashnode.dev/esp32-standard-library-embedded-rust-gpio-control)
5450
* [Rust vs Julia in scientific computing](https://mo8it.com/blog/rust-vs-julia/)
55-
5651
* [Writing a toy DNS resolver in Rust](https://stace.dev/writing-a-dns-resolver/)
5752

5853
### Rust Walkthroughs
59-
[series] [Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing](https://medium.com/@omprakashsridharan/rust-multi-module-microservices-part-1-introduction-fb0121f1d541)
6054

55+
* [series] [Rust multi crate monorepo microservices series with Kafka, Apache Avro, OpenTelemetry tracing](https://medium.com/@omprakashsridharan/rust-multi-module-microservices-part-1-introduction-fb0121f1d541)
6156
* [The easiest way to speed up Python with Rust](https://pythonspeed.com/articles/easiest-rust-python/)
6257
* [Writing an AI Chatbot in Rust and Solid.js](https://thetechtrailblazer.blog/2023/07/18/writing-an-ai-chatbot-in-rust-and-solid-js/)
6358
* [Simple Rust Function Macros](https://antoniosbarotsis.github.io/posts/simple_rust_macros/)
6459
* [Updated fluvio SQL sink connector (repo)](https://github.com/infinyon/sql-connector) | [Walkthrough of deduplication on write using upsert function](https://infinyon.com/blog/2023/07/sql-upsert/)
6560
* [video] [Rust Releases! Rust 1.71.0](https://youtu.be/8DG1V9nNYeg)
6661
* [ratatui 0.22.0 is released! (community fork of tui-rs)](https://github.com/tui-rs-revival/ratatui/releases/tag/v0.22.0)
67-
68-
[Asynchronous Rust on Cortex-M Microcontrollers](https://interrupt.memfault.com/blog/embedded-async-rust)
62+
* [Asynchronous Rust on Cortex-M Microcontrollers](https://interrupt.memfault.com/blog/embedded-async-rust)
6963

7064
### Research
7165
* [RustSmith: Random Differential Compiler Testing for Rust](https://www.doc.ic.ac.uk/~afd/homepages/papers/pdfs/2023/ISSTA-tool.pdf)
@@ -291,7 +285,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
291285
292286
-->
293287

294-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
288+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/14zmcpw/official_rrust_whos_hiring_thread_for_jobseekers/)
295289

296290
# Quote of the Week
297291

@@ -307,4 +301,4 @@ Thanks to [Arthur Rodrigues](https://users.rust-lang.org/t/twir-quote-of-the-wee
307301

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

310-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
304+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/154hc2a/this_week_in_rust_504/)</small>

draft/2023-07-26-this-week-in-rust.md

Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
Title: This Week in Rust 505
2+
Number: 505
3+
Date: 2023-07-26
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) and archives can be viewed at [this-week-in-rust.org](https://this-week-in-rust.org/).
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+
<!--
86+
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
87+
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
88+
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
89+
-->
90+
91+
### Final Comment Period
92+
93+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
94+
which are reaching a decision. Express your opinions now.
95+
96+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
97+
98+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
99+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
100+
<!-- * [disposition: ] []() -->
101+
102+
#### [Tracking Issues & PRs](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
103+
104+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
105+
<!-- or if none entered FCP this week, use: * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
106+
<!-- * [disposition: ] []() -->
107+
108+
### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
109+
110+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
111+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
112+
<!-- * [new|updated] []() -->
113+
114+
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
115+
An important step for RFC implementation is for people to experiment with the
116+
implementation and give feedback, especially before stabilization. The following
117+
RFCs would benefit from user testing before moving forward:
118+
119+
<!-- Calls for Testing go here, use this format:
120+
* [<RFC Topic>](<RFC URL>)
121+
* [Tracking Issue](<Tracking Issue URL>)
122+
* [Testing steps](<Testing Steps URL>)
123+
-->
124+
<!-- or if there are no new or updated RFCs this week, use: * *No New or Updated RFCs were created this week.* -->
125+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
126+
127+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
128+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
129+
need testing.
130+
131+
## Upcoming Events
132+
133+
Rusty Events between 2023-07-26 - 2023-08-23 🦀
134+
135+
### Virtual
136+
137+
* 2023-07-19 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
138+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/292763486)
139+
* 2023-07-20 | Virtual (Tehran, IR) | [Iran Rust Meetup](https://rust-meetup.ir/)
140+
* [**Iran Rust Meetup #12 - Ownership and Memory management**](https://rust-meetup.ir/2023/07/20/12th-meetup.html)
141+
* 2023-07-24 | Virtual (Toronto, CA) | [Programming Languages Virtual Meetup](https://www.meetup.com/programming-languages-toronto-meetup/)
142+
* [**Crafting Interpreters Chapter 18: Types of Values**](https://www.meetup.com/programming-languages-toronto-meetup/events/294616842)
143+
* 2023-07-25 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
144+
* [**Last Tuesday**](https://www.meetup.com/dallas-rust/events/qndgwsyfckbhc/)
145+
* 2023-07-25 | Virtual (Dublin, IE) | [Rust Dublin](https://www.meetup.com/Rust-Dublin/)
146+
* [**Ruff. An extremely fast Python linter, written in Rust**](https://www.meetup.com/Rust-Dublin/events/294557256/)
147+
* 2023-07-26 | Virtual (Cardiff, UK)| [Rust and C++ Cardiff](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff)
148+
* [**The unreasonable power of combinator APIs**](https://www.meetup.com/rust-and-c-plus-plus-in-cardiff/events/294748626)
149+
* 2023-07-27 | Virtual (Charlottesville, NC, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/)
150+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/ngnwftyfckbkc/)
151+
* 2023-07-28 | Virtual (Tunis, TN) | [Rust Meetup Tunisia](https://www.meetup.com/rust-tunisia/)
152+
* [**Rust Meetup Tunisia - Volume I, Number IV**](https://www.meetup.com/rust-tunisia/events/294664236/)
153+
* 2023-08-01 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
154+
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsyfclbcb/)
155+
* 2023-08-01 | Virtual (Buffalo, NY, US) | [Buffalo Rust Meetup](https://www.meetup.com/buffalo-rust-meetup/)
156+
* [**Buffalo Rust User Group, First Tuesdays**](https://www.meetup.com/buffalo-rust-meetup/events/lsjbbtyfclbcb//)
157+
* 2023-08-08 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallas-rust/)
158+
* [**Second Tuesday**](https://www.meetup.com/dallas-rust/events/vndgwsyfclblb/)
159+
* 2023-08-15 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://www.meetup.com/opentechschool-berlin/)
160+
* [**Rust Hack and Learn**](https://www.meetup.com/opentechschool-berlin/events/zdrzpsyfclbtb/)
161+
* 2023-08-16 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/)
162+
* [**Rust Study/Hack/Hang-out**](https://www.meetup.com/vancouver-rust/events/kmhpftyfclbvb/)
163+
164+
### Asia
165+
166+
* 2023-07-27 | Seoul, KR | [Rust Programming Meetup Seoul](https://www.meetup.com/rust-seoul-meetup/)
167+
* [**Seoul Rust Meetup**](https://www.meetup.com/rust-seoul-meetup/events/294832771/)
168+
169+
### Europe
170+
171+
* 2023-07-21 | Nuremberg, DE | [Rust Nuremberg](https://www.meetup.com/rust-noris/)
172+
* [**Rust Nuremberg Get Together #2**](https://www.meetup.com/rust-noris/events/293823522/)
173+
174+
### North America
175+
176+
* 2023-07-27 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
177+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/294911462/)
178+
* 2023-08-10 | Mountain View, CA, US | [Mountain View Rust Meetup](https://www.meetup.com/mv-rust-meetup/)
179+
* [**Rust Meetup at Hacker Dojo**](https://www.meetup.com/mv-rust-meetup/events/294911475/)
180+
* 2023-08-15 | Seattle, WA, US | [Seattle Rust User Group Meetup](https://www.meetup.com/seattle-rust-user-group/)
181+
* [**Seattle Rust User Group - August Meetup**](https://www.meetup.com/seattle-rust-user-group/events/294804636/)
182+
183+
If you are running a Rust event please add it to the [calendar] to get
184+
it mentioned here. Please remember to add a link to the event too.
185+
Email the [Rust Community Team][community] for access.
186+
187+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
188+
[community]: mailto:[email protected]
189+
190+
## Jobs
191+
<!--
192+
193+
Rust Jobs:
194+
195+
TWiR has stopped featuring individual job postings. You can read more about this change here:
196+
197+
https://github.com/rust-lang/this-week-in-rust/issues/3412
198+
199+
-->
200+
201+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
202+
203+
# Quote of the Week
204+
205+
<!-- QOTW goes here -->
206+
207+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
208+
209+
*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).*
210+
211+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
212+
213+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)