Skip to content

Commit 81e2fc9

Browse files
authored
Merge branch 'main' into main
2 parents 183b226 + 28c5932 commit 81e2fc9

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

content/2024-10-16-this-week-in-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ and just ask the editors to select the category.
5050
* [An experiment in async Rust](https://ochagavia.nl/blog/an-experiment-in-async-rust/)
5151
* [Designing A Fast Concurrent Hash Table](https://ibraheem.ca/posts/designing-papaya/)
5252
* [Rethinking Builders… with Lazy Generics](https://geo-ant.github.io/blog/2024/rust-rethinking-builders-lazy-generics/)
53-
* [IPC in Rust](https://pranitha.rs/posts/rust-ipc-ping-pong/)
53+
* [IPC in Rust](https://pranitha.dev/posts/rust-ipc-ping-pong/)
5454
* [Serde Trait - Part 3: Deserialization](https://voelklmichael.github.io/Blog/serde-trait-part3.html)
5555
* [Memory for Nothing: Why Vec<usize> is (probably) a bad idea](https://pwy.io/posts/memory-for-nothing/)
5656
* [Upgrade the Logging in your Rust Tests](https://tylerjw.dev/posts/20241012-rust-logging-in-tests/)

draft/2025-12-10-this-week-in-rust.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,29 @@ and just ask the editors to select the category.
3939

4040
### Official
4141

42+
* [Making it easier to sponsor Rust contributors](https://blog.rust-lang.org/2025/12/08/making-it-easier-to-sponsor-rust-contributors/)
43+
4244
### Foundation
4345

4446
### Newsletters
47+
* [The Embedded Rustacean Issue #60](https://www.theembeddedrustacean.com/p/the-embedded-rustacean-issue-60)
4548

4649
### Project/Tooling Updates
4750
* [YM2149-rs 0.8.0 — Cycle-accurate YM2149/AY-3-8910 chiptune ecosystem](https://ym2149-rs.org/)
51+
* [Duper's new superpowers!](https://duper.dev.br/blog/duper-s-new-superpowers.html)
52+
* [Announcing redis-rs 1.0.0 release](https://github.com/redis-rs/redis-rs/blob/main/version1.md)
53+
* [video] [Recording from the Rust Seoul meetup: Zia, a programming language that defines itself (written in Rust)](https://www.youtube.com/watch?v=LbFTP3pITWU)
4854

4955
### Observations/Thoughts
56+
* [iksemel rusted](https://thinkerf.blogspot.com/2025/12/iksemel-rusted.html)
57+
58+
* [Postfix Macros and `let place`](https://nadrieril.github.io/blog/2025/12/09/postfix-macros-and-let-place.html)
59+
60+
* [Should we get rid of clippy::manual_try_fold?](https://blog.veeso.dev/blog/en/should-we-get-rid-of-clippy-manual-try-fold/)
5061

5162
### Rust Walkthroughs
63+
* [Rust Unit Testing: buffered file reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_buf_reading/)
64+
* [series] [Part 1: Tokenization, Building an LLM From Scratch in Rust](https://www.tag1.com/white-paper/part1-tokenization-building-an-llm-from-scratch-in-rust/)
5265

5366
### Research
5467

0 commit comments

Comments
 (0)