A generic / futures based implementation of the Kademlia DHT, heavily inspired by dtantsur/rust-dht with the goal of providing a simple to use, well-tested, low-dependency, futures-based API for using DHTs with arbitrary communication mechanisms and encodings
Work In Progress
[ ] Receive message
[x] Search - common to most operations
[x] Find Node
[ ] Find Value
[x] Store Value
[ ] Connect
[ ] Maintanence