From 46f05d1f1785b3065f8229d1dc213beaf94ddacd Mon Sep 17 00:00:00 2001 From: Erik Jonkers Date: Tue, 9 Sep 2025 15:50:45 +0200 Subject: [PATCH] Blog post on improving state machine code generation --- draft/2025-09-10-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-09-10-this-week-in-rust.md b/draft/2025-09-10-this-week-in-rust.md index 2e0e6e288..b890a296f 100644 --- a/draft/2025-09-10-this-week-in-rust.md +++ b/draft/2025-09-10-this-week-in-rust.md @@ -44,6 +44,7 @@ and just ask the editors to select the category. ### Newsletters ### Project/Tooling Updates +* [Improving state machine code generation](https://trifectatech.org/blog/improving-state-machine-code-generation/) ### Observations/Thoughts