| Crates.io | kad |
| lib.rs | kad |
| version | 0.6.1 |
| created_at | 2018-12-11 00:04:35.558405+00 |
| updated_at | 2021-08-06 04:57:50.557217+00 |
| description | A generic / futures based implementation of the Kademlia Distributed Hash Table (DHT) |
| homepage | |
| repository | https://github.com/ryankurte/rust-kad |
| max_upload_size | |
| id | 101214 |
| size | 109,314 |
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
Search - common to most operations
Find Node
Find Value
Store Value
Connect
Maintanence
Buckets
This seems like it could be ignored