Skip to content

Commit 2debf58

Browse files
committed
prepare 576 for publish
1 parent 7d53d0c commit 2debf58

File tree

2 files changed

+303
-24
lines changed

2 files changed

+303
-24
lines changed

draft/2024-12-04-this-week-in-rust.md renamed to content/2024-12-04-this-week-in-rust.md

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,7 @@ and just ask the editors to select the category.
3333
* [Announcing Rust 1.83.0](https://blog.rust-lang.org/2024/11/28/Rust-1.83.0.html)
3434
* [Rustc Trait System Refactor Initiative Update: Stabilizing `-Znext-solver=coherence` ](https://blog.rust-lang.org/inside-rust/2024/12/04/trait-system-refactor-initiative.html)
3535
* [The wasm32-wasip2 Target Has Reached Tier 2 Support](https://blog.rust-lang.org/2024/11/26/wasip2-tier-2.html)
36-
37-
- [2024 Annual State of Rust Survey](https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html)
38-
39-
### Foundation
40-
41-
### Newsletters
36+
* [2024 Annual State of Rust Survey](https://blog.rust-lang.org/2024/12/05/annual-survey-2024-launch.html)
4237

4338
### Project/Tooling Updates
4439
* [Measuring and Improving rustls's Multithreaded Performance](https://rustls.dev/perf/2024-11-28-threading/)
@@ -53,10 +48,10 @@ and just ask the editors to select the category.
5348
* [What's new in SeaStreamer 0.5](https://www.sea-ql.org/blog/2024-11-30-whats-new-in-sea-streamer-0.5/)
5449

5550
### Observations/Thoughts
56-
- [Breakage! in the Cargo.toml — How Rust Package Features Work (And Break)](https://predr.ag/blog/breakage-in-the-cargo-toml-how-rust-package-features-work/)
51+
* [Breakage! in the Cargo.toml — How Rust Package Features Work (And Break)](https://predr.ag/blog/breakage-in-the-cargo-toml-how-rust-package-features-work/)
52+
* [Streaming Audio APIs in Rust pt. 4: The Model](https://xd009642.github.io/2024/12/03/streaming-audio-APIs-the-model.html)
5753
* [audio] [GitButler with Scott Chacon and Kiril Videlov](https://corrode.dev/podcast/s03e04-gitbutler/)
5854
* [audio] [A different serde](https://sdr-podcast.com/episodes/a-different-serde/)
59-
* [Streaming Audio APIs in Rust pt. 4: The Model](https://xd009642.github.io/2024/12/03/streaming-audio-APIs-the-model.html)
6055

6156
### Rust Walkthroughs
6257
* [Developing a Zellij Rust plugin](https://zellij.dev/tutorials/developing-a-rust-plugin/)
@@ -68,10 +63,6 @@ and just ask the editors to select the category.
6863
* [Running Bevy in a Web Worker with Rendering and Physics!](https://allwright.io/#/blog/20241127-bevy-webworker.md)
6964
* [Packaging a Rust library as an XCFramework for iOS](https://stadiamaps.com/news/ferrostar-building-a-cross-platform-navigation-sdk-in-rust-part-2/)
7065

71-
### Research
72-
73-
### Miscellaneous
74-
7566
## Crate of the Week
7667

7768
This week's crate is [augurs](https://github.com/grafana/augurs), a time-series toolkit for Rust with bindings to JS & Python.
@@ -100,16 +91,6 @@ If you are a feature implementer and would like your RFC to appear on the above
10091
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
10192
need testing.
10293

103-
### [RFCs](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
104-
105-
### [Rust](https://github.com/rust-lang/rust/labels/call-for-testing)
106-
107-
### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing)
108-
109-
If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing`
110-
label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature
111-
need testing.
112-
11394
## Call for Participation; projects and speakers
11495

11596
### CFP - Projects
@@ -440,7 +421,7 @@ https://github.com/rust-lang/this-week-in-rust/issues/3412
440421
441422
-->
442423

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

445426
# Quote of the Week
446427

@@ -456,4 +437,4 @@ Thanks to [Jacob Pratt](https://users.rust-lang.org/t/twir-quote-of-the-week/328
456437

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

459-
<small>[Discuss on r/rust](REDDIT_LINK_HERE)</small>
440+
<small>[Discuss on r/rust](https://www.reddit.com/r/rust/comments/1h7jacb/this_week_in_rust_576/)</small>

0 commit comments

Comments
 (0)