kad 0.6.1

A generic / futures based implementation of the Kademlia Distributed Hash Table (DHT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod id;
pub use self::id::{DatabaseId, RequestId};

pub mod entry;
pub use self::entry::Entry;

pub mod error;
pub use self::error::Error;

pub mod message;
pub use self::message::{Request, Response};