Skip to content

Commit 031857c

Browse files
authored
Merge branch 'master' into pinning-basics
2 parents f926581 + a6be781 commit 031857c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ and just ask the editors to select the category.
6060
### Rust Walkthroughs
6161
* [Building Async I/O in Rust: How Futures, Wakers, and Thread Pools Work Together](https://www.spaghetti-coder.com/building-async-io-in-rust-how-futures-wakers-and-thread-pools-work-together)
6262
* [Index Trait, Pinned Elements and Immutable Push Vector](https://orxfun.github.io/orxfun-notes/#/imp-vec-motivation-2024-10-03)
63-
* [series] [Serde for Trait Object 2: Serialization](https://voelklmichael.github.io/Blog/2024/10/08/serde-trait-part2.html)
63+
* [series] [Serde for Trait Object 2: Serialization](https://voelklmichael.github.io/Blog/serde-trait-part2.html)
6464
* [video] [Build with Naz : Create an async shell in Rust](https://www.youtube.com/watch?v=jXzFCDIJQag)
6565

6666
### Miscellaneous

draft/2024-11-20-this-week-in-rust.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@ and just ask the editors to select the category.
3737

3838
### Project/Tooling Updates
3939

40+
* [Rerun 0.20 - Geospatial data and full H.264 support](https://rerun.io/blog/maps)
41+
4042
### Observations/Thoughts
4143

4244
### Rust Walkthroughs
45+
4346
* [Basics of Pinning in Rust](https://garden.christophertee.dev/tech/rust/Pinning)
47+
* [Building a Wifi-controlled car with Rust and ESP32](https://jamesmcm.github.io/blog/esp32-wifi-tank/)
48+
* [video] [Build with Naz : Diesel ORM, SQLite and Rust](https://www.youtube.com/watch?v=d9x_5X9R5LI)
4449

4550
### Research
4651

0 commit comments

Comments
 (0)