Skip to content

Commit 23cfcdd

Browse files
committed
community update 583
1 parent 6e73e17 commit 23cfcdd

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

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

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

3232
### Official
33+
* [This Development-cycle in Cargo: 1.85](https://blog.rust-lang.org/inside-rust/2025/01/17/this-development-cycle-in-cargo-1.85.html)
3334

3435
### Foundation
3536

3637
### Newsletters
3738

3839
### Project/Tooling Updates
40+
* [gitoxide - January 2025](https://github.com/GitoxideLabs/gitoxide/discussions/1791)
3941

4042
### Observations/Thoughts
43+
* [Comparing Rust Actor Libraries: Actix, Coerce, Kameo, Ractor, and Xtra](https://theari.dev/blog/comparing-rust-actor-libraries/)
44+
* [Improve Rust Compile Time by 108X](https://burn.dev/blog/improve-rust-compile-time-by-108x)
45+
* [Branchless UTF-8 Encoding](https://cceckman.com/writing/branchless-utf8-encoding/)
46+
* [The hunt for error -22](https://tweedegolf.nl/en/blog/145/the-hunt-for-error--22)
47+
* [Automatic Server Reloading in Rust on Change: What is listenfd/systemfd?](https://lucumr.pocoo.org/2025/1/19/what-is-systemfd/)
48+
* [Investigating a Strange Out-of-Memory Error](https://www.qovery.com/blog/rust-investigating-a-strange-out-of-memory-error/)
49+
* [Comparing 13 Rust Crates for Extracting Text from HTML](https://emschwartz.me/comparing-13-rust-crates-for-extracting-text-from-html/)
50+
* [Typesafe Frontend Routing in Rust/Leptos](https://dnaaun.github.io/posts/typesafe-routing-in-rust-leptos/)
51+
* [Interview with passionate Rust Developer Radu Marias](https://blog.rust.careers/post/radu_interview/)
52+
* [Introducing RealtimeSanitizer for Rust](https://steck.tech/posts/rtsan-in-rust/)
53+
* [The HARM Stack (HTMX, Axum/AlpineJS, Rust, Maud) Considered Unharmful](https://nguyenhuythanh.com/posts/the-harm-stack-considered-unharmful/)
54+
* [Type Inference in Rust and C++](https://herecomesthemoon.net/2025/01/type-inference-in-rust-and-cpp/)
55+
* [video] [Rust is not Complicated - An architects perspective](https://www.youtube.com/watch?v=bYKPKBPo7EY)
4156

4257
### Rust Walkthroughs
58+
* [Adding A New Fake To The Fake Crate](https://xd009642.github.io/2025/01/15/adding-a-new-fake-to-the-fake-crate.html)
59+
* [Streaming Audio Apis: The Axum Server](https://xd009642.github.io/2025/01/20/streaming-audio-APIs-the-axum-server.html)
60+
* [Prototyping in Rust](https://corrode.dev/blog/prototyping/)
4361

4462
### Research
4563

4664
### Miscellaneous
65+
* [2024 in review - seanmonstar](https://seanmonstar.com/blog/2024-in-review/)
66+
* ["We never update unless forced to" — cargo-semver-checks 2024 Year in Review](https://predr.ag/blog/cargo-semver-checks-2024-year-in-review/)
67+
* [Year in review: 2024 highlights and a peek at 2025](https://graphite.rs/blog/year-in-review-2024-highlights-and-a-peek-at-2025)
68+
* [Why Rust is not a functional language](https://serokell.io/blog/rust-is-not-a-functional-language)
69+
* [How I think about Zig and Rust](https://lewiscampbell.tech/blog/250117.html)
70+
* [video] [Breaking Rust’s memory safety with 1 line of code](https://youtu.be/HGERkwG0ViI)
71+
* [audio] [Crates We Love | Oxide and Friends](https://share.transistor.fm/s/d3cea637)
4772

4873
## Crate of the Week
4974

0 commit comments

Comments
 (0)