From d5a4ca7c8bc19f0947c43b8c99429691341410f1 Mon Sep 17 00:00:00 2001 From: Liset Roos Date: Tue, 1 Oct 2024 09:58:21 +0200 Subject: [PATCH] added blog about rust interop with python and javascript --- draft/2024-10-02-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2024-10-02-this-week-in-rust.md b/draft/2024-10-02-this-week-in-rust.md index 65f0a8787..8df038a20 100644 --- a/draft/2024-10-02-this-week-in-rust.md +++ b/draft/2024-10-02-this-week-in-rust.md @@ -40,6 +40,7 @@ and just ask the editors to select the category. ### Observations/Thoughts ### Rust Walkthroughs +- [Rust interop in practice: speaking Python and Javascript](https://tweedegolf.nl/en/blog/136/rust-interop-in-practice-speaking-python-and-javascript) ### Research