From 9588f6251b9d1b693c9b770eb6369c809e99e22c Mon Sep 17 00:00:00 2001 From: Oleksandr Prokhorenko Date: Sun, 16 Mar 2025 12:10:47 +0100 Subject: [PATCH] Add transition-systems-in-rust blog post --- draft/2025-03-19-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-03-19-this-week-in-rust.md b/draft/2025-03-19-this-week-in-rust.md index 2ebed5f52..039553311 100644 --- a/draft/2025-03-19-this-week-in-rust.md +++ b/draft/2025-03-19-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +* [Transition Systems in Rust](https://minikin.me/blog/transition-systems-in-rust) ### Research