dht-rpc 0.0.2

rust implementation of the DHT powering the hyperswarm stack
Documentation
1
2
3
4
5
6
7
8
9
10
# dht-rpc
# ⚠️ WARNING 🚧 Work in Progress ⚒️ Unstable 👷

Rust implementation of [dht-rpc](https://github.com/holepunchto/dht-rpc), the low-level DHT powering the hyperswarm stack.

The Kademlia implementation is based on [rust-libp2p/kad](https://github.com/libp2p/rust-libp2p/tree/e9952ea9e348fcc607dac0607ab532cc16208066/).

## License

* MIT license ([LICENSE-MIT]../LICENSE-MIT or https://opensource.org/licenses/MIT)