From 272b5281477f3f6819005dd57bf15f8d93e5b566 Mon Sep 17 00:00:00 2001 From: Vencyr Laurence Imbo Amores <98305566+VENCYR@users.noreply.github.com> Date: Tue, 7 Nov 2023 20:53:06 +0800 Subject: [PATCH] Update README.md Implementing a BitTorrent client in Rust by Jon Gjengset --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 34ed586..30a3d54 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ The main documentation is always the best beginning, so if you haven't read it y * :star: [Rust Quiz](https://dtolnay.github.io/rust-quiz) - [David Tolnay][] * [Blessed - An unofficial guide to the Rust ecosystem](https://blessed.rs/crates) - Nico Burns * [Build a Lua Interpreter in Rust](https://wubingzheng.github.io/build-lua-in-rust/en/) - Wu Bingzheng +* [Implementing a BitTorrent client in Rust](https://www.youtube.com/watch?v=jf_ddGnum_4&t=135s&ab_channel=JonGjengset) - Jon Gjengset ## Best Practices/Style Guides