Skip to content

Commit 9d108eb

Browse files
authored
Merge pull request #6560 from extrawurst/community-update-595
community update 595
2 parents 3c5748b + 0f9eccc commit 9d108eb

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

draft/2025-04-16-this-week-in-rust.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,33 @@ and just ask the editors to select the category.
3333
-->
3434

3535
### Official
36+
* [March Project Goals Update](https://blog.rust-lang.org/2025/04/08/Project-Goals-2025-March-Update/)
3637

3738
### Foundation
3839

3940
### Newsletters
4041

4142
### Project/Tooling Updates
43+
* [Shadertoys ported to Rust GPU](https://rust-gpu.github.io/blog/2025/04/10/shadertoys/)
4244

4345
### Observations/Thoughts
46+
* [Rebuilding Prime Video UI with Rust and WebAssembly](https://www.infoq.com/presentations/prime-video-rust/)
47+
* [ALP Rust is faster than C++](https://spiraldb.com/post/alp-rust-is-faster-than-c)
48+
* [what if the poison were rust?](https://flak.tedunangst.com/post/what-if-the-poison-were-rust)
49+
* [A surprising enum size optimization in the Rust compiler](https://jpfennell.com/posts/enum-type-size/)
50+
* [Two Years of Rust](https://borretti.me/article/two-years-of-rust)
51+
* [An ECS lite architecture](https://prideout.net/blog/layout_viewer/#progress-reporting-and-state-machine)
52+
* [A 2025 Survey of Rust GUI Libraries](https://www.boringcactus.com/2025/04/13/2025-survey-of-rust-gui-libraries.html)
53+
* [BTrees, Inverted Indices, and a Model for Full Text Search](https://ohadravid.github.io/posts/2025-04-08-btrees-and-mental-models/)
54+
* [Cutting Down Rust Compile Times From 30 to 2 Minutes With One Thousand Crates](https://www.feldera.com/blog/cutting-down-rust-compile-times-from-30-to-2-minutes-with-one-thousand-crates)
55+
* [SIMD in zlib-rs (part 1): Autovectorization and target features](https://tweedegolf.nl/en/blog/153/simd-in-zlib-rs-part-1-autovectorization-and-target-features)
56+
* [video] [Bevy Basics: Who Observes the Observer](https://www.youtube.com/watch?v=8dJtmt19D_s)
4457

4558
### Rust Walkthroughs
59+
* [Async from scratch 1: What's in a Future, anyway? | natkr's ramblings](https://natkr.com/2025-04-10-async-from-scratch-1/)
60+
* [Async from scratch 2: Wake me maybe | natkr's ramblings](https://natkr.com/2025-04-15-async-from-scratch-2/)
61+
* [Building a search engine from scratch, in Rust: part 4](https://jdrouet.github.io/posts/202503311500-search-engine-part-4/)
62+
* [Pretty State Machine Patterns in Rust](https://hoverbear.org/blog/rust-state-machine-pattern/)
4663

4764
### Research
4865

0 commit comments

Comments
 (0)