diff options
author | Martin Ashby <martin@ashbysoft.com> | 2023-11-09 22:09:08 +0000 |
---|---|---|
committer | Martin Ashby <martin@ashbysoft.com> | 2023-11-09 22:09:08 +0000 |
commit | 68c104c8b0580c51c9f16ec33d6a957fd4c08c0c (patch) | |
tree | 651032a12bcb2e20bf319e0544042069f0bac3ca /README.md | |
download | zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.gz zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.bz2 zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.tar.xz zbt-68c104c8b0580c51c9f16ec33d6a957fd4c08c0c.zip |
Add bencoding decoding library
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d0f1eeb --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# zbt + +Bittorrent client using Zig and Capy for UI. + +Somewhat inspired by codecrafters bittorrent course. + +Built as a learning exercise.
\ No newline at end of file |