Crate kad

Crate kad 

Source
Expand description

rust-kad A Kademlia DHT implementation in Rust

https://github.com/ryankurte/rust-kad Copyright 2018 Ryan Kurte

Modules§

common
dht
mock
prelude
store
table

Structs§

Config
DHT Configuration object

Type Aliases§

StandardDht
Standard DHT implementation using included KNodeTable and HashMapStore implementations