docs.rs failed to build mtorrent-dht-0.3.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
mtorrent-dht-0.4.1
mtorrent-dht
Asynchronous implementation of Kademlia-based Distributed Hash Table (DHT) for the BitTorrent protocol. Based on Tokio and used as part of the mtorrent client.
Example usage:
use mtorrent_dht as dht;
// Create the UDP socket for DHT:
let socket = bind.await?;
// Set up the DHT stack:
let = setup_udp;
let =
setup_queries;
let processor = new;
// Run the DHT system:
join!;