Skip to content

Commit 925eca2

Browse files
authored
Merge branch 'main' into nihohit-patch-1
2 parents 637517c + 65ef6ec commit 925eca2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,22 @@ and just ask the editors to select the category.
4242
### Foundation
4343

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

4647
### Project/Tooling Updates
47-
4848
* [Announcing redis-rs 1.0.0 release](https://github.com/redis-rs/redis-rs/blob/main/version1.md)
49+
* [video] [Recording from the Rust Seoul meetup: Zia, a programming language that defines itself (written in Rust)](https://www.youtube.com/watch?v=LbFTP3pITWU)
4950

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

5258
### Rust Walkthroughs
59+
* [Rust Unit Testing: buffered file reading](https://jorgeortiz.dev/posts/rust_unit_testing_file_buf_reading/)
60+
* [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/)
5361

5462
### Research
5563

0 commit comments

Comments
 (0)