Skip to content

Commit faa5323

Browse files
committed
community links for issue 582
1 parent 5016c5c commit faa5323

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

draft/2025-01-15-this-week-in-rust.md

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

3232
### Official
33+
* [Announcing Rust 1.84.0](https://blog.rust-lang.org/2025/01/09/Rust-1.84.0.html)
34+
* [This Month in Our Test Infra: December 2024](https://blog.rust-lang.org/inside-rust/2025/01/10/test-infra-dec-2024.html)
3335

3436
### Foundation
37+
* [Announcing Rust Global 2025: London](https://foundation.rust-lang.org/news/announcing-rust-global-2025-london/)
3538

3639
### Newsletters
40+
* [This Month in Rust OSDev: December 2024](https://rust-osdev.com/this-month/2024-12/)
3741
* [Rust Trends Issue #57](https://rust-trends.com/newsletter/start-2025-with-rust-honeypots-free-cloud-deployments-and-software-reliability/)
3842

3943
### Project/Tooling Updates
4044
* [cargo.nvim - A Neovim plugin for Rust's Cargo commands](https://github.com/nwiizo/cargo.nvim)
4145
* [Context-Generic Programming Updates: v0.3.0 Release and New Chapters](https://contextgeneric.dev/blog/v0-3-0-release/)
46+
* [The RTen machine learning runtime - a 2024 retrospective](https://robertknight.me.uk/posts/rten-2024/)
4247

4348
### Observations/Thoughts
49+
* [The gen auto-trait problem](https://blog.yoshuawuyts.com/gen-auto-trait-problem/)
4450
* [Async Rust is about concurrency, not (just) performance](https://kobzol.github.io/rust/2025/01/15/async-rust-is-about-concurrency.html)
51+
* [The Emotional Appeal of Rust](https://www.shuttle.dev/blog/2025/01/14/the-appeal-of-rust)
52+
* [audio] [Brave with Anton Lazarev](https://corrode.dev/podcast/s03e07-brave/)
53+
* [audio] [Lychee with Matthias Endler](https://rustacean-station.org/episode/matthias-endler/)
54+
4555

4656
### Rust Walkthroughs
4757
* [Creating an embedded device driver in Rust](https://blog.mjolner.tech/device-driver-rust/)
4858
* [Const Evaluation in Rust For Hex Strings Validation](https://asyncmove.com/blog/2025/01/compile-time-hex-string-validation-in-rust-using-const-evaluation/)
4959
* [Concurrent and parallel future execution in Rust](https://heikoseeberger.de/2025-01-15-concurrent-parallel-futures/)
60+
* [video] [Intro to Embassy: embedded development with async Rust](https://www.youtube.com/watch?v=pDd5mXBF4tY)
61+
* [video] [Comprehending Proc Macros](https://www.youtube.com/watch?v=SMCRQj9Hbx8)
5062
* [video] [CppCon - C++/Rust Interop: Using Bridges in Practice](https://tylerjw.dev/posts/20240920-cppcon-cpp-rust-interop/)
5163

5264
### Research
5365

5466
### Miscellaneous
5567
* [December 2024 Rust Jobs Report](https://filtra.io/rust/jobs-report/dec-24)
68+
* [Tracing Large Memory Allocations in Rust with BPFtrace](https://readyset.io/blog/tracing-large-memory-allocations-in-rust-with-bpftrace)
69+
* [On LLMs and Code Optimization](https://wiredream.com/llm-optimizing-digit-diff/)
5670
* [Nand2Tetris - Project 7 (VM Translator Part 1)](https://gurudas.dev/blog/2025/01/01/nand-to-tetris-2024-project-7/)
5771

5872
## Crate of the Week

0 commit comments

Comments
 (0)