Crate rustydht_lib

Source
Expand description

Modules§

common
Miscellaneous common structs used throughout the library
dht
Structs and functions with the core business logic of the DHT
errors
library-specific error enums
packets
Structs and functions for representing DHT messages and serializing and deserializing them
shutdown
A utility for signaling that an async task should do a clean shutdown, and a utility listening for such signals
storage
Data structures used in the DHT - node buckets, peer storage, etc.