From 622a4de611ee2d4f779b88944487cb81a44b747c Mon Sep 17 00:00:00 2001 From: AngusGMorrison Date: Tue, 7 Jan 2025 11:00:46 +0000 Subject: [PATCH 1/2] Add How To Code It walkthroughs --- draft/2025-01-08-this-week-in-rust.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index c3624ad2a..eb1bcd6d0 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -38,8 +38,11 @@ and just ask the editors to select the category. ### Project/Tooling Updates ### Observations/Thoughts +* [Rust In Space! How Rust is Powering Next-Generation Space Mission Simulators](https://www.howtocodeit.com/articles/rust-in-space) ### Rust Walkthroughs +* [Master Hexagonal Architecture in Rsut Part IV: Trade-Offs of Hexagonal Architecture](https://www.howtocodeit.com/articles/rust-in-space) +* [The Definitive Guide to Error Handling in Rust Part III: Structured Error Handling](https://www.howtocodeit.com/articles/rust-in-space) ### Research From 4d4c2e2bb9b0fda5c9dd0267c93b88d4a78a6ca7 Mon Sep 17 00:00:00 2001 From: AngusGMorrison Date: Tue, 7 Jan 2025 11:05:36 +0000 Subject: [PATCH 2/2] Update links and fix typo --- draft/2025-01-08-this-week-in-rust.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index eb1bcd6d0..70ed28df1 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -41,8 +41,8 @@ and just ask the editors to select the category. * [Rust In Space! How Rust is Powering Next-Generation Space Mission Simulators](https://www.howtocodeit.com/articles/rust-in-space) ### Rust Walkthroughs -* [Master Hexagonal Architecture in Rsut Part IV: Trade-Offs of Hexagonal Architecture](https://www.howtocodeit.com/articles/rust-in-space) -* [The Definitive Guide to Error Handling in Rust Part III: Structured Error Handling](https://www.howtocodeit.com/articles/rust-in-space) +* [Master Hexagonal Architecture in Rust Part IV: Trade-Offs of Hexagonal Architecture](https://www.howtocodeit.com/articles/master-hexagonal-architecture-rust#trade-offs-of-hexagonal-architecture-in-rust) +* [The Definitive Guide to Error Handling in Rust Part III: Structured Error Handling](https://www.howtocodeit.com/articles/the-definitive-guide-to-rust-error-handling#structured-error-handling-in-rust) ### Research