Skip to content

Commit 217dcd7

Browse files
committed
publishing and drafting
1 parent 2ad4157 commit 217dcd7

File tree

2 files changed

+296
-16
lines changed

2 files changed

+296
-16
lines changed

draft/2024-10-16-this-week-in-rust.md renamed to content/2024-10-16-this-week-in-rust.md

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ and just ask the editors to select the category.
2929
3030
-->
3131

32-
### Official
33-
3432
### Foundation
3533
* [Announcing the Rust Foundation’s 2024 Fellows](https://foundation.rust-lang.org/news/announcing-the-rust-foundation-s-2024-fellows/)
3634

@@ -42,8 +40,7 @@ and just ask the editors to select the category.
4240
* [FFI type mismatches in Rust for Linux](https://lwn.net/SubscriberLink/993163/3c2b06af07814cd2/)
4341
* [Zapping pointers out of thin air](https://lwn.net/SubscriberLink/993484/385b176aa8939e7b/)
4442
* [Using LKMM atomics in Rust](https://lwn.net/SubscriberLink/993785/cbe8cf5846d6864a/)
45-
46-
* "pigg" (the Raspberry Pi GPIO GUI) 0.4.0 released with TCP connection support [Release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.4.0), [Discussion](https://github.com/andrewdavidmackenzie/pigg/discussions/503)
43+
* ["pigg" (the Raspberry Pi GPIO GUI) 0.4.0 released](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.4.0)
4744

4845
### Observations/Thoughts
4946
* [Why `Pin` is a part of trait signatures (and why that's a problem)](https://blog.yoshuawuyts.com/why-pin/)
@@ -61,12 +58,8 @@ and just ask the editors to select the category.
6158
* [Why Rust is taking the data engineering world by storm](https://kerkour.com/rust-data-engineering)
6259

6360
### Rust Walkthroughs
64-
[Reading a Remote File Using Rust](https://crustc.com/reading-a-remote-file-rust/)
65-
61+
* [Reading a Remote File Using Rust](https://crustc.com/reading-a-remote-file-rust/)
6662
* [video] [Build with Naz : Rust memory address and size](https://www.youtube.com/watch?v=ivqIty5EOf8)
67-
### Research
68-
69-
### Miscellaneous
7063

7164
## Crate of the Week
7265

@@ -103,9 +96,7 @@ Every week we highlight some tasks from the Rust community for you to pick and g
10396

10497
Some of these tasks may also have mentors available, visit the task page for more information.
10598

106-
<!-- CFPs go here, use this format: * [project name - title of issue](URL to issue) -->
107-
<!-- * [ - ]() -->
108-
<!-- or if none - *No Calls for participation were submitted this week.* -->
99+
*No Calls for participation were submitted this week.*
109100

110101
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)!
111102

@@ -115,8 +106,7 @@ If you are a Rust project owner and are looking for contributors, please submit
115106

116107
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.
117108

118-
<!-- 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 -->
119-
<!-- or if none - *No Calls for papers or presentations were submitted this week.* -->
109+
*No Calls for papers or presentations were submitted this week.*
120110

121111
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)!
122112

@@ -300,7 +290,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
300290
301291
-->
302292

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

305295
# Quote of the Week
306296

@@ -312,4 +302,4 @@ Please see the latest [Who's Hiring thread on r/rust](INSERT_LINK_HERE)
312302

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

315-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
305+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1g5iqq8/this_week_in_rust_569/)</small>

0 commit comments

Comments
 (0)