Skip to content

Commit cc7618e

Browse files
authored
Merge pull request #6081 from ericseppanen/community-572
community links for issue 572
2 parents f8d4dad + e1bc85f commit cc7618e

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

draft/2024-11-06-this-week-in-rust.md

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,26 +30,52 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [October project goals update](https://blog.rust-lang.org/2024/10/31/project-goals-oct-update.html)
34+
* [Next Steps on the Rust Trademark Policy](https://blog.rust-lang.org/2024/11/06/trademark-update.html)
35+
* [This Development-cycle in Cargo: 1.83](https://blog.rust-lang.org/inside-rust/2024/10/31/this-development-cycle-in-cargo-1.83.html)
36+
* [Re-organising the compiler team and recognising our team members](https://blog.rust-lang.org/inside-rust/2024/11/01/compiler-team-reorg.html)
37+
* [This Month in Our Test Infra: October 2024](https://blog.rust-lang.org/inside-rust/2024/11/04/test-infra-oct-2024-2.html)
38+
* [Call for proposals: Rust 2025h1 project goals](https://blog.rust-lang.org/inside-rust/2024/11/04/project-goals-2025h1-call-for-proposals.html)
39+
3340

3441
### Foundation
42+
* [Q3 2024 Recap from Rebecca Rumbul](https://foundation.rust-lang.org/news/q3-2024-recap-from-rebecca-rumbul/)
43+
* [Rust Foundation Member Announcement: CodeDay, OpenSource Science(OS-Sci), & PROMOTIC](https://foundation.rust-lang.org/news/rust-foundation-member-announcement-codeday-opensource-science-os-sci-promotic/)
3544

3645
### Newsletters
3746
* [The Embedded Rustacean Issue #31](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-31)
3847

3948
### Project/Tooling Updates
40-
49+
* [Ractor Quickstart](https://slawlor.github.io/ractor/quickstart/)
4150
* [Announcing Sycamore v0.9.0](https://sycamore.dev/post/announcing-v0-9-0)
51+
* [CXX-Qt 0.7 Release](https://www.kdab.com/cxx-qt-0-7/)
4252

4353
### Observations/Thoughts
44-
54+
* [MinPin: yet another pin proposal](https://smallcultfollowing.com/babysteps/blog/2024/11/05/minpin/)
4555
* [Reached the recursion limit... at build time?](https://blog.veeso.dev/blog/en/reached-the-recursion-limit-at-build-time/)
56+
* [Async Rust is not safe with io_uring](https://tonbo.io/blog/async-rust-is-not-safe-with-io-uring)
57+
* [Macros, Safety, and SOA](https://tim-harding.github.io/blog/soa-rs/)
58+
* [how big is your future?](https://hegdenu.net/posts/how-big-is-your-future/)
59+
* [A comparison of Rust’s borrow checker to the one in C#](https://em-tg.github.io/csborrow/)
60+
* [audio] [InfinyOn with Deb Roy Chowdhury](https://corrode.dev/podcast/s03e02-infinyon/)
4661

4762
### Rust Walkthroughs
4863
* [Difference Between iter() and into_iter() in Rust](https://crustc.com/difference-iter-and-into_iter/)
64+
* [Rust's Sneaky Deadlock With `if let` Blocks](https://brooksblog.bearblog.dev/rusts-sneaky-deadlock-with-if-let-blocks/)
65+
* [Why I love Rust for tokenising and parsing](https://xnacly.me/posts/2024/rust-pldev/)
66+
* ["German string" optimizations in Spellbook](https://the-mikedavis.github.io/posts/german-string-optimizations-in-spellbook/)
67+
* [Rust's Most Subtle Syntax](https://zkrising.com/writing/rusts-most-subtle-syntax/)
68+
* [Parsing arguments in Rust with no dependencies](https://www.ntietz.com/blog/parsing-arguments-rust-no-deps/)
69+
* [Simple way to make i18n support in Rust with with examples and tests](https://www.onlycoiners.com/user/onlycoiners/blog/simple-way-to-make-i18n-support-in-rust-with-with-examples-a)
70+
* [video] [Rust Collections & Iterators Demystified 🪄](https://www.youtube.com/watch?v=oiWATcjyUEI)
4971

5072
### Research
73+
* [Charon: An Analysis Framework for Rust](https://arxiv.org/abs/2410.18042)
74+
* [Crux, a Precise Verifier for Rust and Other Languages](https://arxiv.org/abs/2410.18280)
5175

5276
### Miscellaneous
77+
* [Feds: Critical Software Must Drop C/C++ by 2026 or Face Risk](https://thenewstack.io/feds-critical-software-must-drop-c-c-by-2026-or-face-risk/)
78+
* [audio] [Let's talk about Rust with John Arundel](https://gopodcast.dev/episodes/046-lets-talk-about-rust-with-john-arundel)
5379

5480
## Crate of the Week
5581

0 commit comments

Comments
 (0)