btpeer 0.8.0

Simple CLI tool and library to get peers from TCP/HTTP and UDP BitTorrent trackers
Documentation
1
2
3
4
5
6
7
pub mod http;
pub mod info_hash;
pub mod peer;
pub mod udp;

pub use info_hash::InfoHash;
pub use peer::Peer;