From 2df83f45020e835db80693786650c032e24d5b6b Mon Sep 17 00:00:00 2001 From: "Yorgos S." Date: Mon, 30 Sep 2024 09:19:08 +0200 Subject: [PATCH] Update 2024-10-02-this-week-in-rust.md Add "Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1)" under Rust walkthroughs. --- draft/2024-10-02-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2024-10-02-this-week-in-rust.md b/draft/2024-10-02-this-week-in-rust.md index 65f0a8787..7009a1e4f 100644 --- a/draft/2024-10-02-this-week-in-rust.md +++ b/draft/2024-10-02-this-week-in-rust.md @@ -41,6 +41,8 @@ and just ask the editors to select the category. ### Rust Walkthroughs +[Sqlx4k - Interoperability between Kotlin and Rust, using FFI (Part 1)](https://smyrgeorge.github.io/posts/sqlx4k---interoperability-between-kotlin-and-rust-using-ffi-part-1/) + ### Research ### Miscellaneous