Skip to content

Commit f6771c1

Browse files
committed
#636 community links
1 parent 2133d10 commit f6771c1

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

draft/2026-01-28-this-week-in-rust.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,41 +38,45 @@ and just ask the editors to select the category.
3838
-->
3939

4040
### Official
41-
41+
* [crates.io: development update | Rust Blog](https://blog.rust-lang.org/2026/01/21/crates-io-development-update/)
42+
* [Announcing Rust 1.93.0 | Rust Blog](https://blog.rust-lang.org/2026/01/22/Rust-1.93.0/)
4243
### Foundation
4344

4445
### Newsletters
4546

4647
### Project/Tooling Updates
4748
* [Vetis: A very tiny, very fast HTTP server in Rust](https://dev.to/rogrio_arajo_55dae16f0d/vetis-a-very-tiny-very-fast-http-server-in-rust-1ldn)
4849
* [cai 0.13: User friendly CLI tool for AI tasks](https://github.com/ad-si/cai/releases/tag/v0.13.0)
49-
5050
* [Nio v0.1.0: Embracing Thread-Per-Core Architecture](https://nurmohammed840.github.io/posts/embracing-thread-per-core-architecture/)
51+
* [🦀 Compile-Time Reflection Is Finally Here](https://weeklyrust.substack.com/p/compile-time-reflection-is-finally)
5152

5253
* [r3bl_tui v0.7.7: modern async TUI lib — readline, md editor, flexbox, SSH-optimized rendering](https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.7.7-tui)
5354
* [r3bl-cmdr v0.0.25: TUI productivity apps - giti (git helper) and edi (beautiful md editor)](https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.0.25-cmdr)
5455
* [r3bl-build-infra v0.0.1: cargo-rustdoc-fmt — prettier md tables and ref-style links](https://github.com/r3bl-org/r3bl-open-core/releases/tag/v0.0.1-build-infra)
5556

5657
### Observations/Thoughts
5758
* [Deep dive into Turso, the "SQLite rewrite in Rust"](https://kerkour.com/turso-sqlite)
58-
59+
* [Rust at Scale: An Added Layer of Security for WhatsApp](https://engineering.fb.com/2026/01/27/security/rust-at-scale-security-whatsapp/)
5960
* [Rust vs JavaScript & TypeScript: performance, WebAssembly, and developer experience](https://blog.jetbrains.com/rust/2026/01/27/rust-vs-javascript-typescript/)
60-
61+
* [Atomic variables are not only about atomicity](https://sander.saares.eu/2026/01/25/atomic-variables-are-not-only-about-atomicity/)
62+
* [`if let guard` stabilizing path](https://kivooeo.github.io/blog/if-let-guard/)
6163
* [audio] [Netstack.FM episode 24 — WebAssembly and Rust in Practice, A Conversation with Alex Crichton](https://netstack.fm/#episode-24)
62-
6364
* [video] [AI should write rust and only rust ;)](https://www.youtube.com/watch?v=2lhr-QDWv-k)
64-
65+
* [What's New in Rust 1.88 through 1.90 :: Rustacean Station](https://rustacean-station.org/episode/rust-1.88-1.89-1.90/)
66+
* [What's New in Rust 1.85 through 1.87 :: Rustacean Station](https://rustacean-station.org/episode/rust-1.85-1.86-1.87/)
67+
6568
### Rust Walkthroughs
6669
* [The complete guide to publishing your first Rust crate to crates.io](https://dev.to/ajitkumar/the-complete-guide-to-publishing-your-first-rust-crate-to-cratesio-14pg)
67-
70+
* [Designing Error Types in Rust Applications](https://home.expurple.me/posts/designing-error-types-in-rust-applications/)
6871
* [series] [Part 4: Training Infrastructure, Building an LLM from Scratch in Rust](https://www.tag1.com/how-to/part4-training-infrastructure-building-an-llm-from-scratch/)
6972
* [Using Oracle db26ai from Rust with the oracle crate (2)](https://jorgeortiz.dev/posts/rust_use_oracle_db26ai_with_oracle_crate_2/)
70-
* [Using Oracle db26ai from Rust with the sibyl crate (2)](https://jorgeortiz.dev/posts/rust_use_oracle_db26ai_with_sibyl_crate_2/)
71-
73+
* [I packaged my Rust CLI to too many places, here's what I learned](https://ivaniscoding.github.io/posts/rustpackaging1/)
74+
* [Replacing Protobuf with Rust to go 5 times faster](https://pgdog.dev/blog/replace-protobuf-with-rust)
7275
* [series] [The Impatient Programmer's Guide to Bevy and Rust: Chapter 6 - Let There Be Particles](https://aibodh.com/posts/bevy-rust-game-development-chapter-6/)
73-
76+
* [Building a 24MB Offline AI with Rust + Burn](https://snaetwarre.github.io/My-Portofolio/blog/intelligent-disease-detection.html)
7477
* [The Hidden Bottleneck: Blocking in Async Rust](https://cong-or.xyz/blocking-async-rust.html)
75-
78+
* [Replacing Protobuf with Rust to go 5 times faster](https://pgdog.dev/blog/replace-protobuf-with-rust)
79+
7680
### Research
7781

7882
### Miscellaneous

0 commit comments

Comments
 (0)