From 32a5595a49c3b6f35523a3061c907363e898ade1 Mon Sep 17 00:00:00 2001 From: SUDEEP RANJAN SAHOO Date: Fri, 19 Dec 2025 14:27:05 +0900 Subject: [PATCH] Add Rust resource for building Git --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab8ebd9..9d2c7b1 100644 --- a/README.md +++ b/README.md @@ -230,6 +230,7 @@ It's a great way to learn. * [**Python**: _Write yourself a Git!_](https://wyag.thb.lt/) * [**Python**: _ugit: Learn Git Internals by Building Git Yourself_](https://www.leshenko.net/p/ugit/) * [**Ruby**: _Rebuilding Git in Ruby_](https://robots.thoughtbot.com/rebuilding-git-in-ruby) +* [**Rust**: _GIT_but_in_Rust_](https://github.com/srs-sudeep/RIT) #### Build your own `Network Stack`