Skip to content

Commit 85ce979

Browse files
authored
Merge branch 'master' into community-updates-577
2 parents 76bd6e5 + 3bdbddf commit 85ce979

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

draft/2024-12-11-this-week-in-rust.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,25 @@ and just ask the editors to select the category.
3636
### Foundation
3737

3838
### Newsletters
39+
* [The Embedded Rustacean Issue #34](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-34)
40+
* [Rust Trends Issue #55](https://rust-trends.com/newsletter/your-weekly-rust-fix-templates-dependencies-and-a-big-giveaway/)
3941

4042
### Project/Tooling Updates
4143
* [Dioxus 0.6](https://dioxuslabs.com/blog/release-060/)
4244
* [Flawless Replay](https://flawless.dev/replay/)
4345
* [Rust9x update: Rust 1.84.0-beta](https://seri.tools/blog/rust9x-1-84/)
4446

4547
### Observations/Thoughts
48+
* [Rust Macros: A Cautionary Tale](https://andrzej.lichnerowicz.pl/en/blog/rust-macros-a-cautionary-tale/)
4649
* [Running teloxide bots cheaply on Fly.io](https://blog.valyagolev.net/fly-teloxide/)
4750
* [Speeding up Ruby by rewriting C… in Ruby](https://jpcamara.com/2024/12/01/speeding-up-ruby.html)
4851
* [Memory-safe PNG decoders now vastly outperform C PNG libraries](https://www.reddit.com/r/rust/comments/1ha7uyi/memorysafe_png_decoders_now_vastly_outperform_c)
4952
* [State of the Crates 2025](https://ohadravid.github.io/posts/2024-12-state-of-the-crates/)
5053

5154
### Rust Walkthroughs
5255
* [Parsing MIDI messages in Rust](https://www.ntietz.com/blog/parsing-midi-rust/)
53-
* [Drag & Drop Images into Bevy 0.15 on the web](https://rustunit.com/blog/2024/12-10-rust-web-drag-drop-image/)
56+
* [Drag & Drop Images into Bevy 0.15 on the web](https://rustunit.com/blog/2024/12-10-rust-web-drag-drop-image/
57+
* [Missing iterable traits and how to introduce them effortlessly](https://orxfun.github.io/orxfun-notes/#/missing-iterable-traits-2024-12-13)
5458

5559
### Research
5660

@@ -124,7 +128,15 @@ If you are an event organizer hoping to expand the reach of your event, please s
124128

125129
### Rust Compiler Performance Triage
126130

127-
<!-- Perf results go here -->
131+
A pretty quiet week, with both few PRs landed and no large changes in performance.
132+
133+
Triage done by **@simulacrum**.
134+
Revision range: [490b2cc0..1b3fb316](https://perf.rust-lang.org/?start=490b2cc09860dd62a7595bb07364d71c12ce4e60&end=1b3fb316751227d30b1523ed0e3f00d83956d4d0&absolute=false&stat=instructions%3Au)
135+
136+
0 Regressions, 0 Improvements, 7 Mixed; 4 of them in rollups
137+
25 artifact comparisons made in total
138+
139+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2024-12-09.md)
128140

129141
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
130142

@@ -206,8 +218,6 @@ Rusty Events between 2024-12-11 - 2025-01-08 🦀
206218
* [**Rust Source Code Reading: The thousands crate (Virtual, English)**](https://www.meetup.com/code-mavens/events/304824684/)
207219
* 2024-12-17 | Virtual (Washington, DC, US) | [Rust DC](https://www.meetup.com/rustdc/)
208220
* [**Mid-month Rustful**](https://www.meetup.com/rustdc/events/299346972/)
209-
* 2024-12-17 | Virtual (Tel Aviv, IL) | [Code Mavens](https://www.meetup.com/code-mavens/)
210-
* [**Rust Source Code Reading: The thousands crate**](https://www.meetup.com/code-mavens/events/304824684/)
211221
* 2024-12-19 | Virtual (Berlin, DE) | [OpenTechSchool Berlin](https://berline.rs/) + [Rust Berlin](https://www.meetup.com/rust-berlin/)
212222
* [**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/)
213223
* 2024-12-19 | Virtual (Mexico City, DF, MX) | [Rust MX](https://www.meetup.com/rust-mx/)
@@ -252,6 +262,9 @@ Rusty Events between 2024-12-11 - 2025-01-08 🦀
252262
* [**Rust Vienna - December | at Sentry.io 🦀**](https://www.meetup.com/rust-vienna/events/304815850/)
253263
* 2024-12-17 | Leipzig, DE | [Rust - Modern Systems Programming in Leipzig](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/)
254264
* [**Secret Santa in Rust: Unwrapping Property Testing**](https://www.meetup.com/rust-modern-systems-programming-in-leipzig/events/302425056/)
265+
* 2024-12-18 | Ghent, BE | [Systems Programming Ghent](https://sysghent.be)
266+
* [**Launch of new community for Rust and C++ developers**](https://sysghent.be)
267+
255268

256269
### North America
257270
* 2024-12-05 | Montréal, QC, CA | [Rust Montréal](https://www.meetup.com/rust-montreal/events/)

0 commit comments

Comments
 (0)