From c7da2f8a4d3e8eb5711ae35f49799f8cbb5d0314 Mon Sep 17 00:00:00 2001 From: veeso Date: Mon, 6 Jan 2025 13:27:21 +0100 Subject: [PATCH] A journey into File Transfer Protocols in Rust --- draft/2025-01-08-this-week-in-rust.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/2025-01-08-this-week-in-rust.md b/draft/2025-01-08-this-week-in-rust.md index c3624ad2a..aaaa5b362 100644 --- a/draft/2025-01-08-this-week-in-rust.md +++ b/draft/2025-01-08-this-week-in-rust.md @@ -39,6 +39,8 @@ and just ask the editors to select the category. ### Observations/Thoughts +* [A journey into File Transfer Protocols in Rust](https://blog.veeso.dev/blog/en/a-journey-into-file-transfer-protocols-in-rust/) + ### Rust Walkthroughs ### Research