You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/2025-11-19-this-week-in-rust.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,11 +135,11 @@ If you are a Rust project owner and are looking for contributors, please submit
135
135
### CFP - Events
136
136
137
137
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.
138
-
*[**Rustikon 2026**](https://sessionize.com/rustikon-2026/)\| CFP closes: 2025-11-24 23:59 \| Warsaw, Poland \| Event: 2025-03-19–2025-03-20 [Event website](https://www.rustikon.dev/)<!-- 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 -->
139
138
140
139
<!-- 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 -->
141
140
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
*[How Cloudflare uses Rust to serve (and break) millions of websites at 50+ millions requests per second](https://kerkour.com/how-cloudflare-uses-rust)
53
+
*[audio][Netstack.FM episode 15 — Pingora with Edward and Noah from Cloudflare](https://netstack.fm/#episode-15)
50
54
51
55
### Rust Walkthroughs
56
+
-[Rust Unit Testing: File reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_reading/)
57
+
58
+
*[Describing binary data with Deku](https://codeconstruct.com.au/docs/deku-elf-parser/)
52
59
53
60
### Research
54
61
55
62
### Miscellaneous
56
63
64
+
*[JetBrains supports the open source Rust projects Ratatui and Biome](https://blog.jetbrains.com/blog/2025/11/18/open-source-in-focus-projects-we-re-proud-to-support/)
65
+
57
66
## Crate of the Week
58
67
59
68
<!-- COTW goes here -->
@@ -63,40 +72,19 @@ and just ask the editors to select the category.
An important step for RFC implementation is for people to experiment with the
67
77
implementation and give feedback, especially before stabilization.
68
78
69
79
If you are a feature implementer and would like your RFC to appear in this list, add a
70
80
`call-for-testing` label to your RFC along with a comment providing testing instructions and/or
71
81
guidance on which aspect(s) of the feature need testing.
72
82
73
-
<!-- If there are new CfT items this week, include:
74
-
75
-
[Repo Name](Repo URL)
76
-
* [<Feature name>](<Feature URL>)
77
-
* [Testing steps](<Testing Steps URL>)
78
-
79
-
- and make note in the item so the authors know to remove the `call-for-testing` label:
80
-
This RFC will appear in the **Call for Testing** section of the next issue (#) of This Week in Rust (TWiR).
81
-
You may remove the `call-for-testing` label. Please feel free to leave the `call-for-testing` label in place if you would like this RFC to appear again in another issue of TWiR.
[Let us know](https://github.com/rust-lang/this-week-in-rust/issues) if you would like your feature to be tracked as a part of this list.
102
90
@@ -121,7 +109,7 @@ Some of these tasks may also have mentors available, visit the task page for mor
121
109
122
110
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
123
111
<!-- * [ - ]() -->
124
-
<!-- or if none - *No Calls for participation were submitted this week.*-->
112
+
*No Calls for participation were submitted this week.*
125
113
126
114
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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!
127
115
@@ -133,6 +121,11 @@ Are you a new or experienced speaker looking for a place to share something cool
133
121
134
122
<!-- 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 -->
135
123
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
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 [Bluesky](https://bsky.app/profile/thisweekinrust.bsky.social) or [Mastodon](https://mastodon.social/@thisweekinrust)!
138
131
@@ -142,7 +135,25 @@ If you are an event organizer hoping to expand the reach of your event, please s
142
135
143
136
### Rust Compiler Performance Triage
144
137
145
-
<!-- Perf results go here -->
138
+
Only a handful of performance-related changes landed this week. The largest one was changing the default name mangling scheme in nightly to the v0 version, which produces slightly larger symbol names, so it had a small negative effect on binary sizes and compilation time.
0 commit comments