hashiverse-server-lib 1.0.8

Hashiverse server library — production node implementation (HTTPS + ACME, Kademlia routing, DDoS protection, on-disk persistence) for your open-source decentralized X/Twitter replacement.
1
2
3
4
5
6
7
//! # Inbound RPC handler dispatch
//!
//! The async loop that drains the transport's incoming-request queue, decodes
//! each packet, validates PoW and replay guards, upgrades any improved peer
//! record, and routes by payload discriminator to the matching per-op handler.

pub mod dispatch;