Skip to content

Commit 4cea01a

Browse files
authored
Publishing 605 (#6769)
* preparing draft for publishing * move draft to content, create new draft
1 parent 628827f commit 4cea01a

File tree

2 files changed

+327
-13
lines changed

2 files changed

+327
-13
lines changed

draft/2025-06-25-this-week-in-rust.md renamed to content/2025-06-25-this-week-in-rust.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ and just ask the editors to select the category.
3535
### Official
3636
* [Announcing the Clippy feature freeze](https://blog.rust-lang.org/inside-rust/2025/06/21/announcing-the-clippy-feature-freeze/)
3737

38-
### Foundation
39-
4038
### Newsletters
4139
* [Rust Trends Issue #67](https://rust-trends.com/newsletter/untangling-rust-errors-the-bzip2-rewrite/)
4240

@@ -46,9 +44,6 @@ and just ask the editors to select the category.
4644
* [GlueSQL v0.17.0 - Added redb storage support](https://github.com/gluesql/gluesql/releases/tag/v0.17.0)
4745

4846
### Observations/Thoughts
49-
<<<<<<< patch-15
50-
* [Rust: A language that grows with you, your career and your projects](https://kerkour.com/rust-grows-with-you)
51-
=======
5247
* [The Unreasonable Effectiveness of Fuzzing for Porting Programs](https://rjp.io/blog/2025-06-17-unreasonable-effectiveness-of-fuzzing)
5348
* [So you want to serialize some DER?](https://alexgaynor.net/2025/jun/20/serialize-some-der/)
5449
* [Why I Switched from Flutter + Rust to Rust + egui](https://jdiaz97.github.io/greenblog/posts/flutter_to_egui/)
@@ -57,21 +52,16 @@ and just ask the editors to select the category.
5752
* [Driving the Rust Compiler to Compile Single Files as Shellcode](https://kirchware.com/Driving-the-Rust-Compiler-to-Compile-Single-Files-as-Shellcode)
5853
* [Counter Service: How we rewrote it in Rust](https://engineering.grab.com/counter-service-how-we-rewrote-it-in-rust)
5954
* [Defending Democracies With Rust](https://filtra.io/rust/interviews/helsing-jun-25)
55+
* [Rust: A language that grows with you, your career and your projects](https://kerkour.com/rust-grows-with-you)
6056
* [video playlist] [Scientific Computing in Rust 2025](https://www.youtube.com/watch?v=XyXMKuclTcQ&list=PLrueqeouhcZNRW7H26DfscFjGSf0Pzd8c)
61-
>>>>>>> master
6257

6358
### Rust Walkthroughs
6459
* [Porting GPU shaders to Rust 30x faster with AI](https://rust-gpu.github.io/blog/2025/06/24/vulkan-shader-port/)
6560
* [Bitwise DNA Compression in Rust: Small Footprint with Fast Reverse Complements](https://arianfarid.me/articles/dna-compression.html)
6661
* [Writing a basic Linux device driver when you know nothing about Linux drivers or USB](https://crescentro.se/posts/writing-drivers/)
6762
* [Rewriting Kafka in Rust Async: Insights and Lessons Learned in Rust](https://wangjunfei.com/2025/06/18/Rewriting-Kafka-in-Rust-Async-Insights-and-Lessons-Learned/)
68-
6963
* [The Complete Rust Security Handbook](https://yevh.github.io/rust-security-handbook/)
7064

71-
### Research
72-
73-
### Miscellaneous
74-
7565
## Crate of the Week
7666

7767
This week's crate is [primitive\_fixed\_point\_decimal](https://docs.rs/primitive_fixed_point_decimal), a crate of *real* fixed-point decimal types.
@@ -134,6 +124,7 @@ Are you a new or experienced speaker looking for a place to share something cool
134124

135125
<!-- 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 -->
136126
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
127+
*No Calls for papers or presentations were submitted this week.*
137128

138129
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)!
139130

@@ -402,7 +393,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
402393
403394
-->
404395

405-
Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
396+
Please see the latest [Who's Hiring thread on r/rust](https://www.reddit.com/r/rust/comments/1knkfb6/official_rrust_whos_hiring_thread_for_jobseekers/)
406397

407398
# Quote of the Week
408399

@@ -418,4 +409,4 @@ Thanks to [Kill The Mule](https://users.rust-lang.org/t/twir-quote-of-the-week/3
418409

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

421-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
412+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1lknjc1/this_week_in_rust_605/)</small>

0 commit comments

Comments
 (0)