From f90d27b1b1b891b8a4c5e32131f8346c7874f4c7 Mon Sep 17 00:00:00 2001 From: Vitaly Bragilevsky Date: Thu, 12 Jun 2025 16:40:00 +0300 Subject: [PATCH] Add Rust-vs-Go blogpost --- draft/2025-06-11-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-06-11-this-week-in-rust.md b/draft/2025-06-11-this-week-in-rust.md index 4c1de3a6d..7dea095fb 100644 --- a/draft/2025-06-11-this-week-in-rust.md +++ b/draft/2025-06-11-this-week-in-rust.md @@ -68,6 +68,7 @@ and just ask the editors to select the category. * [Nine Rules for Scientific Libraries in Rust](https://medium.com/@carlmkadie/nine-rules-for-scientific-libraries-in-rust-6e5e33a6405b) * [Rust on a Diet](https://blog.veeso.dev/blog/en/rust-on-a-diet/) +* [Rust vs Go: Which one to choose in 2025](https://blog.jetbrains.com/rust/2025/06/12/rust-vs-go/) ### Rust Walkthroughs * [Introduction to embedded development with Rust: Overview of the ecosystem](https://kerkour.com/introduction-to-embedded-development-with-rust)