Bittorrent client in rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone git@github.com:ayem1412/tafukt.git
cd tafukt
cargo runSpecifications:
https://www.bittorrent.org/beps/bep_0000.html
https://en.wikipedia.org/wiki/Torrent_file
Thanks to these sources for the inspiration:
https://github.com/denis-selimovic/bencode
https://www.nayuki.io/res/bittorrent-bencode-format-tools/bencode.rs
https://codeberg.org/benjamingeer/sayaca
