Skip to content

Commit 81b214e

Browse files
Merge pull request #6149 from extrawurst/community-updates-575
community updates issue 575
2 parents 35dd6a6 + 3cc001e commit 81b214e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,31 @@ and just ask the editors to select the category.
3030
-->
3131

3232
### Official
33+
* [Rust 2024 call for testing](https://blog.rust-lang.org/2024/11/27/Rust-2024-public-testing.html)
3334

3435
### Foundation
3536

3637
### Newsletters
3738

3839
### Project/Tooling Updates
40+
* [Announcing Nio](https://nurmohammed840.github.io/posts/announcing-nio/)
41+
* [Announcing rust-query](https://blog.lucasholten.com/rust-query-announcement/)
3942
* ["pigg" (the Raspberry Pi GPIO GUI) 0.5.0 release](https://github.com/andrewdavidmackenzie/pigg/releases/tag/0.5.0) of the project for Remote control and viewing of Raspberry Pi GPIO hardware, now with Pi Pico W support via rust and embassy
4043

4144
### Observations/Thoughts
45+
* [A Novel Idea About `Functor` In Rust?](https://wolfgirl.dev/blog/2024-11-24-a-novel-idea-about-functor-in-rust/)
46+
* [Optimizing a Rust GPU matmul kernel](https://rust-gpu.github.io/blog/optimizing-matmul/)
47+
* [Map Keys and Lifetimes](https://blinsay.com/blog/compound-keys/)
48+
* [Rustlantis: Randomized Differential Testing of the Rust Compiler](https://plf.inf.ethz.ch/research/oopsla24-rustlantis.html)
49+
* [Undroppable Types](https://jack.wrenn.fyi/blog/undroppable/)
50+
* [40-year-old hacker group prefers Rust](https://blog.rust.careers/post/40y_old_hacking_group_rust_veilid/)
51+
* [Cursed Linear Types In Rust](https://geo-ant.github.io/blog/2024/rust-linear-types-use-once/)
52+
* [Unsafe for work](https://oida.dev/unsafe-for-work/)
4253

4354
### Rust Walkthroughs
55+
* [Building Thread-safe Async Primitives in 150 lines of Rust](https://amit.prasad.me/blog/async-oneshot)
56+
* [Securely sending DHT22 sensor data from an ESP32 board to PostgreSQL](https://c410-f3r.github.io/thoughts/securely-sending-dht22-sensor-data-from-an-esp32-board-to-postgresql/)
57+
* [Writing a mark-and-sweep tracing GC in Rust](https://elric.pl/blog/tracing-gc/)
4458

4559
### Research
4660

0 commit comments

Comments
 (0)