Skip to content

Commit 6ab1c77

Browse files
authored
Merge pull request #5950 from ericseppanen/community-566
community links for issue 566
2 parents 02758fd + c56d341 commit 6ab1c77

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

draft/2024-09-25-this-week-in-rust.md

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

3232
### Official
33+
* [September Project Goals Update](https://blog.rust-lang.org/2024/09/23/Project-Goals-Sep-Update.html)
34+
* [WebAssembly targets: change in default target-features](https://blog.rust-lang.org/2024/09/24/webassembly-targets-change-in-default-target-features.html)
3335

3436
### Foundation
3537

3638
### Newsletters
3739

3840
### Project/Tooling Updates
41+
* [Bevy Foundation is now a 501(c)(3) Public Charity](https://bevyengine.org/news/bevy-foundation-501c3/)
42+
* [Development of rustc_codegen_gcc](https://blog.antoyo.xyz/development-rustc_codegen_gcc)
43+
* [Postcard 2.0: Looking for Sponsors!](https://onevariable.com/blog/postcard-2-sponsors/)
44+
* [Announcing Stable V8 Bindings for Rust](https://deno.com/blog/rusty-v8-stabilized)
3945
* [Perpetual 0.4.7, Quantile regression support and improved multi-threading](https://github.com/perpetual-ml/perpetual)
4046
* [git-cliff 2.6.0 is released! (a highly customizable changelog generator)](https://git-cliff.org/blog/2.6.0/)
4147
* [Fjall 2.0, LSM-based safe Rust key-value storage engine](https://fjall-rs.github.io/post/announcing-fjall-2/)
4248

4349
### Observations/Thoughts
4450

51+
* [“Truly Hygienic” Let Statements in Rust](https://sabrinajewson.org/blog/truly-hygienic-let)
52+
* [One year of Rust in production](https://yieldcode.blog/post/one-year-of-rust-in-production/)
53+
* [Rust panics under the hood, and implementing them in .NET](https://fractalfir.github.io/generated_html/rustc_codegen_clr_v0_2_1.html)
54+
* [video] [Miguel Raz - Building a compile-time SIMD optimized smoothing filter](https://www.youtube.com/watch?v=bdsBhqKOe7A)
55+
* [video] [Rust LLM Frameworks have a Bright Future](https://www.youtube.com/watch?v=fIFUnYNuYbc)
56+
* [audio] [What Are You Syncing About?](https://sdr-podcast.com/episodes/syncing/)
57+
* [audio] [You might not need Arc](https://sdr-podcast.com/episodes/arc/)
58+
4559
### Rust Walkthroughs
4660

61+
* [The Watermelon Operator](https://matklad.github.io/2024/09/24/watermelon-operator.html)
62+
* [Fast Unorm Conversions](https://rundevelopment.github.io/blog/fast-unorm-conversions)
63+
* [A small trick for simple Rust/C++ interop](https://gaultier.github.io/blog/rust_c++_interop_trick.html)
64+
* [video] [Decrusting the quickcheck crate](https://www.youtube.com/watch?v=64t-gPC33cc)
65+
* [video] [Build low poly terrain from planes meshes in Bevy](https://www.youtube.com/watch?v=Ky43Od2Ons8)
4766
* [video] [Build with Naz : Rust lifetimes](https://www.youtube.com/watch?v=eIJxAEcle7E)
67+
* [video] [Backend in Rust 02 - JWT Authentication, Sea ORM, Axum, Rust](https://www.youtube.com/watch?v=QqPqlUqxW2A)
4868

4969
### Research
5070

5171
### Miscellaneous
72+
* [Eliminating Memory Safety Vulnerabilities at the Source](https://security.googleblog.com/2024/09/eliminating-memory-safety-vulnerabilities-Android.html)
73+
* [Committing to Rust in the kernel](https://lwn.net/SubscriberLink/991062/b0df468b40b21f5d/)
74+
* [How to Learn Rust in 2024: A Complete Beginner’s Guide to Mastering Rust Programming](https://blog.jetbrains.com/rust/2024/09/20/how-to-learn-rust/)
5275

5376
## Crate of the Week
5477

0 commit comments

Comments
 (0)