Skip to content

Commit f5dfb4f

Browse files
authored
Merge pull request #5460 from extrawurst/community-updates-545
community updates issue 545
2 parents 2160b89 + 0bdd4a6 commit f5dfb4f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

draft/2024-05-01-this-week-in-rust.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,30 +33,38 @@ and just ask the editors to select the category.
3333

3434
### Newsletters
3535

36+
* [Motion Blur, Visualizations, and beautiful renders](https://thisweekinbevy.com/issue/2024-04-29-motion-blur-visualizations-and-beautiful-renders)
37+
3638
### Project/Tooling Updates
3739
* [r3bl_trerminal_async v0.5.1 released](https://github.com/r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md#v051-2024-04-28)
3840
* [minbpe-rs v0.1.0: Port of Andrej Karpathy's `minbpe` to Rust](https://github.com/gnp/minbpe-rs)
3941

4042
### Observations/Thoughts
41-
43+
* [Leaving Rust gamedev after 3 years](https://loglog.games/blog/leaving-rust-gamedev/)
44+
* [Tasks are the wrong abstraction](https://blog.yoshuawuyts.com/tasks-are-the-wrong-abstraction/)
45+
* [Go or Rust? Just Listen to the Bots](https://cybernetist.com/2024/04/25/go-or-rust-just-listen-to-the-bots/)
46+
* [Cracking the Cryptic (with Z3 and Rust)](https://hugopeters.me/posts/21/)
47+
* [So, you want to write an unsafe crate](https://blog.dureuill.net/articles/nolife-0-4/)
48+
* [Designing an efficient memory layout in Rust with unsafe & unions, or, an overlong guide in avoiding dynamic dispatch](https://alonely0.github.io/blog/unions/)
49+
* [Event driven Microservices using Kafka and Rust](https://www.shuttle.rs/blog/2024/04/25/event-driven-services-using-kafka-rust)
4250
* [Writing ergonomic async assertions in Rust](https://www.niklaslong.ch/deadline/)
4351
* [Making an HTML parsing script a hundred times faster with Rayon](https://medium.com/@sam.van.overmeire/making-an-html-parsing-script-a-hundred-times-faster-with-rayon-5ed952c9011c)
4452
* [Rust binaries stability](https://mirekdlugosz.com/blog/2024/rust-binaries-stability/)
4553
* [audio] [Ratatui with Orhun Parmaksiz :: Rustacean Station](https://rustacean-station.org/episode/orhun-parmaksiz/)
46-
4754
* [The Mediocre Programmer's Guide to Rust](https://www.hezmatt.org/~mpalmer/blog/2024/05/01/the-mediocre-programmers-guide-to-rust.html)
4855

4956
### Rust Walkthroughs
50-
* [Zed Decoded: Rope & SumTree](https://zed.dev/blog/zed-decoded-rope-sumtree)
5157
* [Boosting Dev Experience with Serverless Rust in RustRover](https://blog.jetbrains.com/rust/2024/04/26/boosting-dev-experience-with-serverless-rust-in-rustrover/)
52-
5358
* [developerlife.com - Rust Polymorphism, dyn, impl, using existing traits, trait objects for testing and extensibility](https://developerlife.com/2024/04/28/rust-polymorphism-dyn-impl-trait-objects-for-testing-and-extensibiity/)
5459

5560
### Research
5661

5762
### Miscellaneous
5863
* [Writing A Wasm Runtime In Rust](https://skanehira.github.io/writing-a-wasm-runtime-in-rust/)
5964
* [GitHub Sponsor Rust developer Andrew Gallant (BurntSushi)](https://dev.to/szabgab/github-sponsor-rust-developer-andrew-gallant-burntsushi-31lh)
65+
* [Giving Rust a chance for in-kernel codecs](https://lwn.net/SubscriberLink/970565/ac5ffc2e9ad20f1e/)
66+
* [Zed Decoded: Rope & SumTree](https://zed.dev/blog/zed-decoded-rope-sumtree)
67+
* [video] [From C to Rust: Bringing Rust Abstractions to Embedded Linux](https://www.youtube.com/watch?v=hmQr4fq6sH0)
6068

6169
## Crate of the Week
6270

0 commit comments

Comments
 (0)