Crate rustydht_lib

Source
Expand description

Modules§

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