From 0f755e09d2d676df06266256ac8fe7bd6a9baca0 Mon Sep 17 00:00:00 2001 From: Sylvain <6172808+sylvain101010@users.noreply.github.com> Date: Wed, 27 Aug 2025 11:01:15 +0000 Subject: [PATCH] 2025-08-27: Add Building a Plugin System for Rust --- draft/2025-08-27-this-week-in-rust.md | 1 + 1 file changed, 1 insertion(+) diff --git a/draft/2025-08-27-this-week-in-rust.md b/draft/2025-08-27-this-week-in-rust.md index c624d61d5..221a4ddce 100644 --- a/draft/2025-08-27-this-week-in-rust.md +++ b/draft/2025-08-27-this-week-in-rust.md @@ -53,6 +53,7 @@ and just ask the editors to select the category. * [audio] [Netstack.FM — Episode 2: Hyper with Sean McArthur](https://netstack.fm/#episode-2) ### Rust Walkthroughs +* [Building a Plugin System for Rust: Native Libraries vs Scripting Language vs WASM vs Rules Engine](https://kerkour.com/rust-plugins) * [Rust for JavaScript Engineers - Building Connect-4](https://www.afloat.boats/posts/rust-for-javascript-engineers-pt-1) ### Research