Skip to content

Commit 546b7a3

Browse files
authored
Merge pull request #6132 from ericseppanen/community-574
community links for issue 574
2 parents 71864c0 + 50efda0 commit 546b7a3

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

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

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

3232
### Official
33+
* [Announcing four new members of the compiler team](https://blog.rust-lang.org/inside-rust/2024/11/12/compiler-team-new-members.html)
3334

3435
### Foundation
36+
* [Announcing the Rust Foundation’s Newest Project Director: Carol Nichols](https://foundation.rust-lang.org/news/announcing-the-rust-foundation-s-newest-project-director-carol-nichols/)
3537

3638
### Newsletters
39+
* [This Month in Rust OSDev: October 2024](https://rust-osdev.com/this-month/2024-10/)
3740

3841
### Project/Tooling Updates
42+
* [hyper in curl Needs a Champion](https://seanmonstar.com/blog/hyper-in-curl-needs-a-champion/)
43+
* [godot-rust November 2024 dev update](https://godot-rust.github.io/dev/november-2024-update/)
44+
* [Security in hickory-dns](https://ferrous-systems.com/blog/hickory-dns-client/)
45+
* [Virtual Geometry in Bevy 0.15](https://jms55.github.io/posts/2024-11-14-virtual-geometry-bevy-0-15/)
3946
* [Glues v0.5 - Editor Tabs and Enhanced Vim Commands](https://github.com/gluesql/glues/releases/tag/v0.5.0)
40-
* [ Streaming data analytics, Fluvio 0.13.0 release](https://www.fluvio.io/news/this-week-in-fluvio-0066)
47+
* [Streaming data analytics, Fluvio 0.13.0 release](https://www.fluvio.io/news/this-week-in-fluvio-0066)
4148
* [Zed Decoded: Rope Optimizations](https://zed.dev/blog/zed-decoded-rope-optimizations-part-1)
4249
* [Rerun 0.20 - Geospatial data and full H.264 support](https://rerun.io/blog/maps)
43-
44-
- [git-cliff 2.7.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.7.0)
50+
* [git-cliff 2.7.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.7.0)
4551

4652
### Observations/Thoughts
47-
* [The fastest WASM zlib](https://trifectatech.org/blog/fastest-wasm-zlib/)
48-
4953
* [You don't (always) need async](https://blog.veeso.dev/blog/en/you-dont-always-need-async/)
54+
* [The fastest WASM zlib](https://trifectatech.org/blog/fastest-wasm-zlib/)
55+
* [A rustc soundness bug in the wild](https://specy.app/blog/posts/a-rustc-soundness-bug-in-the-wild)
56+
* [video] [EuroRust 2024 Videos](https://www.youtube.com/playlist?list=PL85XCvVPmGQgc53QJmJXfj7485oyadCgv)
57+
* [video] [RustConf 2024 Videos](https://www.youtube.com/playlist?list=PL2b0df3jKKiTWZeF7cip6ZUsaVXxWioRi)
58+
* [audio] [Compile Time Crimes](https://sdr-podcast.com/episodes/compile-time-crimes/)
59+
* [audio] [Oxide with Steve Klabnik](https://corrode.dev/podcast/s03e03-oxide/)
5060

5161
### Rust Walkthroughs
52-
62+
* [Futexes at Home](https://specificprotagonist.net/jvm-futex.html)
63+
* [Build your own SQLite, Part 3: SQL parsing 101](https://blog.sylver.dev/build-your-own-sqlite-part-3-sql-parsing-101)
64+
* [dtype_dispatch: a most beautiful hack](https://graphallthethings.com/posts/dtype-dispatch)
65+
* [Zed Rope Optimizations, Part 1](https://zed.dev/blog/zed-decoded-rope-optimizations-part-1)
66+
* [Sending Events to Bevy from anywhere](https://rustunit.com/blog/2024/11-15-bevy-channel-trigger/)
5367
* [Building an email address parser in Rust with nom](https://blog.arcjet.com/building-an-email-address-parser-in-rust-with-nom/)
5468
* [Exploring Async Runtimes by Building our Own](https://blog.maguire.tech/posts/explorations/exploring-async-runtimes/)
5569
* [Traits to Unify all Vectors](https://orxfun.github.io/orxfun-notes/#/v-for-vectors-2024-11-18)

0 commit comments

Comments
 (0)