Skip to content

Commit 8a59d16

Browse files
authored
Merge pull request #5974 from extrawurst/community-updates-567
Community updates 567
2 parents 1642f1b + d100be8 commit 8a59d16

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

draft/2024-10-02-this-week-in-rust.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,17 @@ and just ask the editors to select the category.
3232
-->
3333

3434
### Official
35+
* [This Development-cycle in Cargo: 1.82](https://blog.rust-lang.org/inside-rust/2024/10/01/this-development-cycle-in-cargo-1.82.html)
36+
* [Return type notation MVP: Call for testing!](https://blog.rust-lang.org/inside-rust/2024/09/26/rtn-call-for-testing.html)
3537

3638
### Foundation
3739

3840
### Newsletters
3941

4042
### Project/Tooling Updates
43+
* [Two weeks of binsider](https://binsider.dev/blog/v020/)
44+
* [egui 0.29](https://github.com/emilk/egui/releases/tag/0.29.0)
45+
* [pantheon: Parsing command line arguments](https://traxys.me/sheshat_pantheon_3.html)
4146
- [System76 COSMIC Alpha 2 Released](https://blog.system76.com/post/cosmic-alpha-2-press-release)
4247
* [A new version of modversions](https://lwn.net/Articles/986892/)
4348
* [A discussion of Rust safety documentation](https://lwn.net/Articles/990273/)
@@ -49,12 +54,21 @@ and just ask the editors to select the category.
4954
* [Coccinelle for Rust](https://lwn.net/SubscriberLink/991399/8bfb2ec24205dbaa/)
5055
* [An update on gccrs development](https://lwn.net/SubscriberLink/991199/b109442b923b3909/)
5156
* [BTF, Rust, and the kernel toolchain](https://lwn.net/SubscriberLink/991719/3fecd51a9a75f011/)
52-
5357
+ [tokio-graceful 0.2.0: support shutdown trigger delay and forceful shutdown](https://github.com/plabayo/tokio-graceful/releases/tag/0.2.0)
5458

55-
- [Two weeks of binsider - a TUI for binary analysis (0.2.0 is released)](https://binsider.dev/blog/v020/)
56-
5759
### Observations/Thoughts
60+
* [(Re)Using rustc components in gccrs](https://rust-gcc.github.io/2024/09/20/reusing-rustc-components.html)
61+
* [Whence '\n'?](https://rodarmor.com/blog/whence-newline/)
62+
* [Should you use Rust in LLM based tools for performance?](https://bosun.ai/posts/rust-for-genai-performance/)
63+
* [Code Generation in Rust vs C++26](https://brevzin.github.io/c++/2024/09/30/annotations/)
64+
* [Rust adventure to develop a Game Boy emulator — Part 3: CPU Instructions](https://medium.com/@wolferxy/rust-adventure-to-develop-a-game-boy-emulator-part-3-cpu-instructions-d6d1d727026f)
65+
* [Mastering Dependency Injection in Rust: Despatma with Lifetimes](https://chesedo.me/blog/despatma-with-singleton-and-scoped-support/)
66+
* [Improved Turso (libsql) ergonomics in Rust](https://codethoughts.io/posts/2024-10-01-improved-turso-ergonomics-in-rust/)
67+
* [Rewriting Rust](https://josephg.com/blog/rewriting-rust/)
68+
* [Making overwrite opt-in #crazyideas](https://smallcultfollowing.com/babysteps/blog/2024/09/26/overwrite-trait/)
69+
* [Rust needs a web framework for lazy developers](https://ntietz.com/blog/rust-needs-a-web-framework-for-lazy-developers/)
70+
* [Safety Goggles for Alchemists](https://jack.wrenn.fyi/blog/safety-goggles-for-alchemists/)
71+
* [Beyond multi-core parallelism: faster Mandelbrot with SIMD](https://pythonspeed.com/articles/optimizing-with-simd/)
5872

5973
* [Nine Rules for Running Rust on WASM WASI](https://medium.com/towards-data-science/nine-rules-for-running-rust-on-wasm-wasi-550cd14c252a)
6074

0 commit comments

Comments
 (0)