Thunderstorm is a BitTorrent client written entirely in Rust. This Project it's a rewrite of tornado in Rust.
Exemple of how to download a debian iso:
cargo run --release --bin cli debian-12.5.0-amd64-netinst.iso.torrent
Tests:
cargo test
Check sha256sum of the debian iso:
openssl dgst -sha256 debian-12.5.0-amd64-netinst.iso
Should be 013f5b44670d81280b5b1bc02455842b250df2f0c6763398feb69af1a805a14f for this example.