You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/2024-11-20-this-week-in-rust.md
+57-9Lines changed: 57 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,9 +34,64 @@ and just ask the editors to select the category.
34
34
35
35
### Foundation
36
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/)
37
-
38
37
*[Rust Foundation Collaborates With AWS Initiative to Verify Rust Standard Libraries](https://foundation.rust-lang.org/news/rust-foundation-collaborates-with-aws-initiative-to-verify-rust-standard-libraries/)
39
38
39
+
## EuroRust 2024
40
+
*[Through the Fire and the Flames - Jon Gjengset](https://youtu.be/8-KLX1PGg8Q)
41
+
*[Build bigger in less time: code testing beyond the basics - Predrag Gruevski](https://youtu.be/3EFue8PDyic)
42
+
*[A gentle introduction to procedural macros - Sam Van Overmeire](https://youtu.be/02vpyrR1hqk)
43
+
*[Practical Rust for Web Audio - Attila Haraszti](https://youtu.be/RTjQFJ5XmKg)
44
+
*[Augmented docs: a love letter to rustdoc and docs.rs - Francois Mockers](https://youtu.be/Uy13wS9VyNU)
45
+
*[The Impact of Memory Allocators on Performance: A Deep Dive - Arthur Pastel](https://youtu.be/pJ-FRRB5E84)
46
+
*[Proving macro expansion with expandable - Sasha Pourcelot](https://youtu.be/0cbclh4F2VU)
47
+
*[Runtime Scripting for Rust Applications - Niklas Korz](https://youtu.be/M8dpH3rO-2M)
48
+
*[Unleashing 🦀 The Ferris Within - Victor Ciura](https://youtu.be/kiG5-LzIQ54)
49
+
*[The first six years in the development of Polonius - Amanda Stjerna](https://youtu.be/uCN_LRcswts)
50
+
*[Non-binary Rust: Between Safe and Unsafe - Boxy Uwu](https://youtu.be/KGLsKpMHJdw)
51
+
*[Writing a SD Card driver in Rust - Johnathan Pallant](https://youtu.be/-ewuFNKIAVI)
52
+
*[My Journey from WebDev to Medical Visualization Rustacean - David Peherstorfer](https://youtu.be/ZzQaVH-9Dzs)
53
+
*[Code to contract to code: making ironclad APIs - Adam Chalmers](https://youtu.be/bjgGboWCTDw)
*[audio][Compile Time Crimes](https://sdr-podcast.com/episodes/compile-time-crimes/)
61
113
*[audio][Oxide with Steve Klabnik](https://corrode.dev/podcast/s03e03-oxide/)
62
114
63
115
### Rust Walkthroughs
116
+
*[Zed Rope Optimizations, Part 1](https://zed.dev/blog/zed-decoded-rope-optimizations-part-1)
64
117
*[Futexes at Home](https://specificprotagonist.net/jvm-futex.html)
65
118
*[Build your own SQLite, Part 3: SQL parsing 101](https://blog.sylver.dev/build-your-own-sqlite-part-3-sql-parsing-101)
66
119
*[dtype_dispatch: a most beautiful hack](https://graphallthethings.com/posts/dtype-dispatch)
67
-
*[Zed Rope Optimizations, Part 1](https://zed.dev/blog/zed-decoded-rope-optimizations-part-1)
68
120
*[Sending Events to Bevy from anywhere](https://rustunit.com/blog/2024/11-15-bevy-channel-trigger/)
69
121
*[Building an email address parser in Rust with nom](https://blog.arcjet.com/building-an-email-address-parser-in-rust-with-nom/)
70
122
*[Exploring Async Runtimes by Building our Own](https://blog.maguire.tech/posts/explorations/exploring-async-runtimes/)
@@ -73,10 +125,6 @@ and just ask the editors to select the category.
73
125
*[Building a Wifi-controlled car with Rust and ESP32](https://jamesmcm.github.io/blog/esp32-wifi-tank/)
74
126
*[video][Build with Naz : Diesel ORM, SQLite and Rust](https://www.youtube.com/watch?v=d9x_5X9R5LI)
75
127
76
-
### Research
77
-
78
-
### Miscellaneous
79
-
80
128
## Crate of the Week
81
129
82
130
This week's crate is [fixed-slice-vec](https://crates.io/crates/fixed-slice-vec), a no-std dynamic length Vec with runtime-determined maximum capacity backed by a slice.
0 commit comments