Skip to content

Commit c752dec

Browse files
committed
staging up 578 publishing
1 parent 6c1b379 commit c752dec

File tree

2 files changed

+256
-10
lines changed

2 files changed

+256
-10
lines changed

draft/2024-12-18-this-week-in-rust.md renamed to content/2024-12-18-this-week-in-rust.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ and just ask the editors to select the category.
3434
* [This Development-cycle in Cargo: 1.84](https://blog.rust-lang.org/inside-rust/2024/12/13/this-development-cycle-in-cargo-1.84.html)
3535
* [December 2024 Project Director Update](https://blog.rust-lang.org/inside-rust/2024/12/17/project-director-update.html)
3636

37-
### Foundation
38-
3937
### Newsletters
4038
* [This Month in Rust OSDev: November 2024](https://rust-osdev.com/this-month/2024-11/)
4139

@@ -47,13 +45,9 @@ and just ask the editors to select the category.
4745
* [fish-shell 4.0b1, now in Rust](https://fishshell.com/blog/fish-4b/)
4846
* [Introducing Limbo: A complete rewrite of SQLite in Rust](https://turso.tech/blog/introducing-limbo-a-complete-rewrite-of-sqlite-in-rust)
4947
* [Streaming data analytics, Fluvio 0.14.0 release](https://www.fluvio.io/news/this-week-in-fluvio-0067)
50-
51-
- [Announcing Hex Display: A modern `xxd` alternative](https://users.rust-lang.org/t/announcing-hex-display-a-modern-alternative-to-xxd/122523)
52-
48+
* [Announcing Hex Display: A modern `xxd` alternative](https://users.rust-lang.org/t/announcing-hex-display-a-modern-alternative-to-xxd/122523)
5349
* [Diesel: Window functions](https://blog.weiznich.de/blog/diesel-nl-net-grant-window-functions/)
54-
5550
* [Rerun 0.21.0 - Graph view, 3D Grid & UI/UX improvements](https://rerun.io/blog/graphs)
56-
5751
* [Introducing Fjädra — a Rust port of `d3-force` for graph layouts](https://github.com/grtlr/fjadra)
5852

5953
### Observations/Thoughts
@@ -71,8 +65,6 @@ and just ask the editors to select the category.
7165
* [video] [Rust code reading: The thousands crate](https://www.youtube.com/watch?v=ITTj7ByNStE)
7266
* [video] [Building a Lua package manager in Rust (Arabic)](https://youtu.be/YsupdHTAKDw)
7367

74-
### Research
75-
7668
### Miscellaneous
7769
* [What is shift-left ⬅️ programming?](https://dev.to/szabgab/what-is-shift-left-programming-5601)
7870
* [Rust social status update 2024.12](https://rust.code-maven.com/rust-update-2024-12-17)
@@ -379,7 +371,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
379371
380372
-->
381373

382-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
374+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1h2zwpx/official_rrust_whos_hiring_thread_for_jobseekers/)
383375

384376
# Quote of the Week
385377

Lines changed: 254 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,254 @@
1+
Title: This Week in Rust 579
2+
Number: 579
3+
Date: 2024-12-25
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://x.com/ThisWeekInRust) on X (formerly 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+
Want TWIR in your inbox? [Subscribe here](https://this-week-in-rust.us11.list-manage.com/subscribe?u=fd84c1c757e02889a9b08d289&id=0ed8b72485).
16+
17+
## Updates from Rust Community
18+
19+
<!--
20+
21+
Dear community contributors:
22+
Please read README.md for guidance on submissions.
23+
Each submitted link should be of the form:
24+
25+
* [Title of the Linked Page](https://example.com/my_article)
26+
27+
If you don't know which category to use, feel free to submit a PR anyway
28+
and just ask the editors to select the category.
29+
30+
-->
31+
32+
### Official
33+
34+
### Foundation
35+
36+
### Newsletters
37+
38+
### Project/Tooling Updates
39+
40+
### Observations/Thoughts
41+
42+
### Rust Walkthroughs
43+
44+
### Research
45+
46+
### Miscellaneous
47+
48+
## Crate of the Week
49+
50+
<!-- COTW goes here -->
51+
52+
[Please submit your suggestions and votes for next week][submit_crate]!
53+
54+
[submit_crate]: https://users.rust-lang.org/t/crate-of-the-week/2704
55+
56+
## Calls for Testing
57+
58+
An important step for RFC implementation is for people to experiment with the
59+
implementation and give feedback, especially before stabilization. The following
60+
RFCs would benefit from user testing before moving forward:
61+
62+
<!-- Calls for Testing go here, use this format:
63+
* [<RFC Topic>](<RFC URL>)
64+
* [Tracking Issue](<Tracking Issue URL>)
65+
* [Testing steps](<Testing Steps URL>)
66+
-->
67+
<!-- or if there are no new or updated RFCs this week, use: -->
68+
<!-- * *No New or Updated RFCs were created this week.* -->
69+
<!-- Remember to remove the `call-for-testing` label from the RFC so that the maintainer can signal for testers again, if desired. -->
70+
71+
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
72+
73+
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
74+
75+
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
76+
77+
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
78+
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
79+
need testing.
80+
81+
## Call for Participation; projects and speakers
82+
83+
### CFP - Projects
84+
85+
Always wanted to contribute to open-source projects but did not know where to start?
86+
Every week we highlight some tasks from the Rust community for you to pick and get started!
87+
88+
Some of these tasks may also have mentors available, visit the task page for more information.
89+
90+
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
91+
<!-- * [ - ]() -->
92+
<!-- or if none - *No Calls for participation were submitted this week.* -->
93+
94+
If you are a Rust project owner and are looking for contributors, please submit tasks [here][guidelines] or through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
95+
96+
[guidelines]:https://github.com/rust-lang/this-week-in-rust?tab=readme-ov-file#call-for-participation-guidelines
97+
98+
### CFP - Events
99+
100+
Are you a new or experienced speaker looking for a place to share something cool? This section highlights events that are being planned and are accepting submissions to join their event as a speaker.
101+
102+
<!-- CFPs go here, use this format: * [**event name**](URL to CFP)| Date CFP closes in YYYY-MM-DD | city,state,country | Date of event in YYYY-MM-DD -->
103+
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
104+
105+
If you are an event organizer hoping to expand the reach of your event, please submit a link to the website through a [PR to TWiR](https://github.com/rust-lang/this-week-in-rust) or by reaching out on [X (formerly Twitter)](https://x.com/ThisWeekInRust) or [Mastodon](https://mastodon.social/@thisweekinrust)!
106+
107+
## Updates from the Rust Project
108+
109+
<!-- Rust updates go here -->
110+
111+
### Rust Compiler Performance Triage
112+
113+
<!-- Perf results go here -->
114+
115+
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
116+
117+
Changes to Rust follow the Rust [RFC (request for comments) process](https://github.com/rust-lang/rfcs#rust-rfcs). These
118+
are the RFCs that were approved for implementation this week:
119+
120+
<!-- Approved RFCs go here, use this format: * [Topic](URL) -->
121+
<!-- or if none were approved this week, use: * *No RFCs were approved this week.* -->
122+
<!-- * []() -->
123+
124+
<!--
125+
### [Approved Major Change Proposals (MCP)](https://forge.rust-lang.org/compiler/mcp.html)
126+
<!~~ MCPs occur infrequently, so this section is commented out by default. ~~>
127+
<!~~ MCPs which have been approved or rejected this week go here, use this format: * [major change accepted|rejected] [Topic](URL) ~~>
128+
-->
129+
130+
### Final Comment Period
131+
132+
Every week, [the team](https://www.rust-lang.org/team.html) announces the 'final comment period' for RFCs and key PRs
133+
which are reaching a decision. Express your opinions now.
134+
135+
#### [RFCs](https://github.com/rust-lang/rfcs/labels/final-comment-period)
136+
<!-- RFCs which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
137+
<!-- or if none entered FCP this week, use: * *No RFCs entered Final Comment Period this week.* -->
138+
<!-- * [disposition: ] []() -->
139+
140+
#### Tracking Issues & PRs
141+
<!-- Tracking Issues which have entered FCP go here, use this format: * [disposition: merge|close] [Topic](URL) -->
142+
<!-- or if none entered FCP this week, use: -->
143+
<!-- * *No Tracking Issues or PRs entered Final Comment Period this week.* -->
144+
<!-- * [disposition: ] []() -->
145+
146+
##### [Rust](https://github.com/rust-lang/rust/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
147+
148+
##### [Cargo](https://github.com/rust-lang/cargo/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
149+
150+
##### [Language Team](https://github.com/rust-lang/lang-team/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc+)
151+
152+
##### [Language Reference](https://github.com/rust-lang/reference/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
153+
154+
##### [Unsafe Code Guidelines](https://github.com/rust-lang/unsafe-code-guidelines/issues?q=is%3Aopen+label%3Afinal-comment-period+sort%3Aupdated-desc)
155+
156+
#### [New and Updated RFCs](https://github.com/rust-lang/rfcs/pulls)
157+
<!-- New or updated RFCs go here, use this format: * [new|updated] [Topic](URL) -->
158+
<!-- or if there are no new or updated RFCs this week, use: -->
159+
<!-- * *No New or Updated RFCs were created this week.* -->
160+
<!-- * [new|updated] []() -->
161+
162+
## Upcoming Events
163+
164+
Rusty Events between 2024-12-25 - 2025-01-22 🦀
165+
166+
### Virtual
167+
* 2024-12-19 | Virtual | [Scandio GmBH](https://www.eventbrite.de/o/scandio-gmbh-75623231843)
168+
* [**Einführung in Rust: Für eine nachhaltige Zukunft / Introduction to Rust: For a Sustainable Future**](https://www.eventbrite.com/e/einfuhrung-in-rust-fur-eine-nachhaltige-zukunft-tickets-1106203667949)
169+
* 2024-12-19 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
170+
* [**Rust Hack and Learn**](https://berline.rs/2024/12/19/rust-hack-and-learn.html) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633276/)
171+
* 2024-12-19 | Virtual (Buenos Aires, AR) | [Rust en Español](https://www.meetup.com/rust-argentina/events/)
172+
* [**Despedida de Año 🎉🎉**](https://www.meetup.com/rust-argentina/events/305095113)
173+
* 2024-12-19 | Virtual (Mexico City, DF, MX) | [Rust MX](https://www.meetup.com/rust-mx/)
174+
* [**Posada 2024**](https://www.meetup.com/rust-mx/events/304639403/)
175+
* 2024-12-20 | Virtual (Jersey City, NJ, US) | [Jersey City Classy and Curious Coders Club Cooperative](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/)
176+
* [**Rust Coding / Game Dev Fridays Open Mob Session!**](https://www.meetup.com/jersey-city-classy-curious-coders-club-cooperative/events/gvxrntygcqbbc/)
177+
* 2024-12-22 | Virtual (Tel Aviv-Yafo, IL) | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/)
178+
* [**Are We Embedded Yet? - Implementing tiny HTTP server on a microcontroller**](https://www.meetup.com/rust-tlv/events/304937982)
179+
* 2024-12-24 | Virtual (Dallas, TX, US) | [Dallas Rust](https://www.meetup.com/dallasrust/)
180+
* [**Last Tuesday**](https://www.meetup.com/dallasrust/events/fkmcntygcqbgc/)
181+
* 2024-12-26 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/events/)
182+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298898145)
183+
* 2025-01-02| Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
184+
* [**Rust Hack and Learn**](https://berline.rs/) | [**Mirror: Rust Hack n Learn Meetup**](https://www.meetup.com/rust-berlin/events/298633277/)
185+
* 2025-01-04 | Virtual (Kampala, UG) | [Rust Circle Kampala](https://www.eventbrite.com/o/rust-circle-kampala-65249289033/)
186+
* [**Rust Circle Meetup**](https://www.eventbrite.com/e/rust-circle-meetup-tickets-628763176587)
187+
* 2025-01-06 | Virtual (Tel Aviv-Yafo, IL) | [Code Mavens 🦀 - 🐍 - 🐪](https://www.meetup.com/code-mavens/events/)
188+
* [**logger.info(f"Don't Give your {secrets} away") by Tamar Galer (Virtual, English)**](https://www.meetup.com/code-mavens/events/305045436)
189+
* 2025-01-07 | Virtual (Tel Aviv-Yafo, IL) | [Code Mavens 🦀 - 🐍 - 🐪](https://www.meetup.com/code-mavens/events/)
190+
* [**Microdosing Rust to your organization with Aviram Hassan (Virtual, English)**](https://www.meetup.com/code-mavens/events/304883841)
191+
* 2025-01-08 | Virtual (Tel Aviv-Yafo, IL) | [Code Mavens 🦀 - 🐍 - 🐪](https://www.meetup.com/code-mavens/events/)
192+
* [**BlockMesh Network implemented in Rust with Ohad Dahan (Virtual, English)**](https://www.meetup.com/code-mavens/events/304951805)
193+
* 2025-01-09 | Virtual (Charlottesville, VA, US) | [Charlottesville Rust Meetup](https://www.meetup.com/charlottesville-rust-meetup/events/)
194+
* [**Crafting Interpreters in Rust Collaboratively**](https://www.meetup.com/charlottesville-rust-meetup/events/298898167)
195+
* 2025-01-14 | Virtual (Dallas, TX, US) | [Dallas Rust User Meetup](https://www.meetup.com/dallasrust/events/)
196+
* [**Second Tuesday**](https://www.meetup.com/dallasrust/events/302815031)
197+
* 2025-01-14 | Virtual (Tel Aviv-Yafo, IL) | [Code Mavens 🦀 - 🐍 - 🐪](https://www.meetup.com/code-mavens/events/)
198+
* [**An introduction to WASM in Rust with Márk Tolmács (Virtual, English)**](https://www.meetup.com/code-mavens/events/305064546)
199+
* 2025-01-15 | Virtual (Vancouver, BC, CA) | [Vancouver Rust](https://www.meetup.com/vancouver-rust/events/)
200+
* [**Leptos**](https://www.meetup.com/vancouver-rust/events/304051782)
201+
202+
### Asia
203+
* 2025-01-12 | Virtual (Tel Aviv-Yafo, IL) | [Rust 🦀 TLV](https://www.meetup.com/rust-tlv/events/)
204+
* [**In person Rust January 2025 at Abra in Raanana**](https://www.meetup.com/rust-tlv/events/304898730/)
205+
206+
### Europe
207+
* 2024-12-18 | Ghent, BE | [Systems Programming Ghent](https://sysghent.be)
208+
* [**Launch of new community for Rust and C++ developers**](https://sysghent.be)
209+
* 2025-01-08 | Reading, UK | [Reading Rust Workshop](https://www.meetup.com/reading-rust-workshop/events/)
210+
* [**Reading Rust Meetup**](https://www.meetup.com/reading-rust-workshop/events/305038426)
211+
* 2025-01-09 | Virtual (Nürnberg, DE) | [Rust Nuremberg](https://www.meetup.com/rust-noris/events/)
212+
* [**Rust Nürnberg online**](https://www.meetup.com/rust-noris/events/300820279/)
213+
* 2025-01-09 | Oslo, NO | [Rust Oslo](https://www.meetup.com/rust-oslo/events/)
214+
* [**Rust Hack'n'Learn at Kampen Bistro**](https://www.meetup.com/rust-oslo/events/303154281)
215+
216+
### North America
217+
* 2024-12-22 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/boston-rust-meetup-25317522anphwzdw/events/)
218+
* [**Harvard Square Rust Lunch, Dec 22**](https://www.meetup.com/bostonrust/events/304951457)
219+
* 2024-12-26 | Mountain View, CA, US | [Hacker Dojo](https://www.meetup.com/hackerdojo/events/)
220+
* [**RUST MEETUP at HACKER DOJO**](https://www.meetup.com/hackerdojo/events/wqkgntygcqbjc/)
221+
* 2025-01-10 | Boston, MA, US | [Boston Rust Meetup](https://www.meetup.com/boston-rust-meetup-25317522anphwzdw/events/)
222+
* [**Lechmere Rust Lunch, Jan 10**](https://www.meetup.com/bostonrust/events/304951467)
223+
224+
If you are running a Rust event please add it to the [calendar] to get
225+
it mentioned here. Please remember to add a link to the event too.
226+
Email the [Rust Community Team][community] for access.
227+
228+
[calendar]: https://www.google.com/calendar/embed?src=apd9vmbc22egenmtu5l6c5jbfc%40group.calendar.google.com
229+
[community]: mailto:[email protected]
230+
231+
## Jobs
232+
<!--
233+
234+
Rust Jobs:
235+
236+
TWiR has stopped featuring individual job postings. You can read more about this change here:
237+
238+
https://github.com/rust-lang/this-week-in-rust/issues/3412
239+
240+
-->
241+
242+
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
243+
244+
# Quote of the Week
245+
246+
<!-- QOTW goes here -->
247+
248+
[Please submit quotes and vote for next week!](https://users.rust-lang.org/t/twir-quote-of-the-week/328)
249+
250+
*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).*
251+
252+
*Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)*
253+
254+
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>

0 commit comments

Comments
 (0)