Skip to content

Commit 12e1ceb

Browse files
committed
community updates issue 543
1 parent ce15a8c commit 12e1ceb

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

draft/2024-04-17-this-week-in-rust.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,44 @@ and just ask the editors to select the category.
2929

3030
### Official
3131

32+
### Rust Nation UK
33+
* [Tim McNamara - 4 levels of error handling](https://www.youtube.com/watch?v=hQWZGOuDYTE)
34+
* [Mithun Hunsur - Ambient: A Rust and WebAssembly Runtime for Cross-Platform Multiplayer Games](https://www.youtube.com/watch?v=tSnKx2irwzE)
35+
* [Alice Ryhl - What it takes to keep Tokio running](https://www.youtube.com/watch?v=Lc3aw_NIOt0)
36+
* [Chris Biscardi - Bevy: A case study in ergonomic Rust](https://www.youtube.com/watch?v=CnoDOc6ML0Y&t=51s)
37+
* [Pietro Albini - How Ferrocene qualified the Rust Compiler](https://www.youtube.com/watch?v=_ITnWoPvMKA)
38+
* [Ben Wishovich - Full Stack Rust - Building Rust Websites with Leptos](https://www.youtube.com/watch?v=JJV5crU405s)
39+
* [Natalie Serebryakova - Rustic Persistence: Automating PVC Lifecycles with Rust in Kubernetes](https://www.youtube.com/watch?v=n-ESPxF11tM)
40+
* [Daniel McKenna - Creating a Text-To-Speech System in Rust](https://www.youtube.com/watch?v=HiqId_9pysM)
41+
* [Konstantin Grechishchev - Java and Rust Integration](https://www.youtube.com/watch?v=fYaaBoKbDQs)
42+
* [Heiko Seeberger - EventSourced – async_fn_in_trait in anger](https://www.youtube.com/watch?v=z40rgjZqrs4)
43+
* [Tim Janus - Let's get interdisciplinary: Rust Design Patterns for Chemical Plants](https://www.youtube.com/watch?v=aK5lHOJxl98)
44+
* [Marco Ieni - How Rust makes open-source easier](https://www.youtube.com/watch?v=HzTZoh7WaGo)
45+
3246
### Foundation
3347

3448
### Newsletters
49+
* [New Meshes, New Examples, and Compute Shaders](https://thisweekinbevy.com/issue/2024-04-15-new-meshes-new-examples-and-compute-shaders)
3550

3651
### Project/Tooling Updates
52+
* [futures-concurrency v7.6.0: Portable Concurrent Async Iteration](https://github.com/yoshuawuyts/futures-concurrency/releases/tag/v7.6.0)
53+
* [Ratatui v0.26.2](https://ratatui.rs/highlights/v0262/)
54+
* [Rust on Espressif chips](https://mabez.dev/blog/posts/esp-rust-12-04-2024/)
3755

3856
### Observations/Thoughts
57+
* [Climbing a (binary) Tree - Noise On The Net](https://noiseonthenet.space/noise/2024/04/climbing-a-binary-tree/)
58+
* [Why is there no realloc that takes the number of bytes to copy?](https://shift.click/blog/missing-alloc-api/)
59+
* [Some useful types for database-using Rust web apps](https://boinkor.net/2024/04/some-useful-types-for-database-using-rust-web-apps/)
60+
* [My logging recipe for server side Rust](https://www.matildasmeds.com/posts/rust-logging-recipe/)
61+
* [Thoughts on the xz backdoor: an lzma-rs perspective](https://gendignoux.com/blog/2024/04/08/xz-backdoor.html)
3962

4063
### Rust Walkthroughs
4164

4265
### Research
4366

4467
### Miscellaneous
68+
* [Iced Tutorial 0.12](https://leafheap.com/articles/iced-tutorial-version-0-12)
69+
* [video] [Infinite Pong in the Bevy Game Engine - Let's Code!](https://www.youtube.com/watch?v=vwUz95Oo8IA)
4570

4671
## Crate of the Week
4772

0 commit comments

Comments
 (0)