Skip to content

Commit 3a6f9fc

Browse files
committed
prepares 610 for publish, adds draft for 611
1 parent 7437c89 commit 3a6f9fc

File tree

2 files changed

+355
-14
lines changed

2 files changed

+355
-14
lines changed

draft/2025-07-30-this-week-in-rust.md renamed to content/2025-07-30-this-week-in-rust.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ and just ask the editors to select the category.
3434

3535
### Foundation
3636

37-
- [RustConf 2025 is Almost Here — Register Now!](https://rustfoundation.org/media/rustconf-2025-is-almost-here-register-now/)
37+
* [RustConf 2025 is Almost Here — Register Now!](https://rustfoundation.org/media/rustconf-2025-is-almost-here-register-now/)
3838

3939
### Project/Tooling Updates
4040

41-
- [Embedded DHT Sensor Library](https://rust-dd.com/post/building-a-rust-library-for-dht11-sensor-a-step-by-step-guide)
42-
- [Rust eBooks Nightly: always up-to-date Rust books in EPUB, AZW3, MOBI, PDF](https://artur-sulej.github.io/rust-ebooks/)
43-
- [git-cliff 2.10.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.10.0)
44-
- [Nutype 0.6.2](https://github.com/greyblake/nutype/releases/tag/v0.6.2) - supports `derive_unsafe` attribute to derive arbitrary third party traits.
41+
* [Embedded DHT Sensor Library](https://rust-dd.com/post/building-a-rust-library-for-dht11-sensor-a-step-by-step-guide)
42+
* [Rust eBooks Nightly: always up-to-date Rust books in EPUB, AZW3, MOBI, PDF](https://artur-sulej.github.io/rust-ebooks/)
43+
* [git-cliff 2.10.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.10.0)
44+
* [Nutype 0.6.2](https://github.com/greyblake/nutype/releases/tag/v0.6.2) - supports `derive_unsafe` attribute to derive arbitrary third party traits.
4545

4646
### Observations/Thoughts
4747

48-
- [Rust Async Web Framework Performance Breakthrough(9247)](https://dev.to/member_8c78b76f/rust-async-web-framework-performance-breakthrough9247-4l22)
48+
* [Rust Async Web Framework Performance Breakthrough(9247)](https://dev.to/member_8c78b76f/rust-async-web-framework-performance-breakthrough9247-4l22)
4949

5050
### Rust Walkthroughs
5151

52-
- [Using ESP32 as a Rust Beginner](https://rust-dd.com/post/introduction-to-embedded-systems-with-rust-a-beginner-s-guide-using-esp32)
53-
- [The Signal Protocol Explained #2: Implementing the Double Ratchet Algorithm in Rust](https://kerkour.com/signal-protocol-double-ratchet-rust)
54-
- [Vibe coding a Rust MCP proxy in VSCode with GitHub Copilot](https://awakecoding.com/posts/vibe-coding-a-rust-mcp-proxy-in-vscode-with-github-copilot/)
55-
- [Programming Extensible Data Types in Rust with CGP - Part 4](https://contextgeneric.dev/blog/extensible-datatypes-part-4/)
52+
* [Using ESP32 as a Rust Beginner](https://rust-dd.com/post/introduction-to-embedded-systems-with-rust-a-beginner-s-guide-using-esp32)
53+
* [The Signal Protocol Explained #2: Implementing the Double Ratchet Algorithm in Rust](https://kerkour.com/signal-protocol-double-ratchet-rust)
54+
* [Vibe coding a Rust MCP proxy in VSCode with GitHub Copilot](https://awakecoding.com/posts/vibe-coding-a-rust-mcp-proxy-in-vscode-with-github-copilot/)
55+
* [Programming Extensible Data Types in Rust with CGP - Part 4](https://contextgeneric.dev/blog/extensible-datatypes-part-4/)
5656

5757
### Miscellaneous
5858

59-
- [100 Exercises to Learn Rust: RustRover Edition](https://blog.jetbrains.com/education/2025/07/28/rust-exercises-rustrover/)
60-
- [Stackoverflow Survey: Rust is yet again the most admired programming language ](https://survey.stackoverflow.co/2025/technology/#admired-and-desired)
59+
* [100 Exercises to Learn Rust: RustRover Edition](https://blog.jetbrains.com/education/2025/07/28/rust-exercises-rustrover/)
60+
* [Stackoverflow Survey: Rust is yet again the most admired programming language ](https://survey.stackoverflow.co/2025/technology/#admired-and-desired)
6161

6262
## Crate of the Week
6363

@@ -381,7 +381,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
381381
382382
-->
383383

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

386386
# Quote of the Week
387387

@@ -397,4 +397,4 @@ _This Week in Rust is edited by: [nellshamrell](https://github.com/nellshamrell)
397397

398398
_Email list hosting is sponsored by [The Rust Foundation](https://foundation.rust-lang.org/)_
399399

400-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
400+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1mec821/this_week_in_rust_610/)</small>

0 commit comments

Comments
 (0)