Expand description
Structs and functions with the core business logic of the DHT
Modules§
- dht_
event - DHT allows callers to subscribe to receive realtime events via a channel. This module contains the enums/structs for the events.
- operations
- Functions that use DHT to perform high-level operations on the network.
Structs§
- DHT
- This struct is the heart of the library - contains data structure and business logic to run a DHT node.
- DHTBuilder
- Helps to configure and create new DHT instances.
- DHTSettings
- Struct that represents configuration for DHT that, in general, does not change after the DHT is started.
- DHTSettings
Builder - Builder for DHTSettings