billvog/my-torrent
A simple BitTorrent client in Zig 🦎
A simple BitTorrent client written in Zig ⚡️
To build & run for Debuging:
zig build run -- info -f ./samples/sample.torrent
To build for Release:
zig build -Doptimize=ReleaseFast
and then run from ./zig-out/bin/my-torrent
.
I'll be happy to review your PR 😎