btpeer 0.7.0

Simple CLI tool and library to get peers from TCP/HTTP and UDP BitTorrent trackers
Documentation
1
2
3
4
5
pub struct Response {
    pub interval: u32,
    pub leechers: u32,
    pub seeders: u32,
}