hashiverse-server-lib 1.0.6-rc2

Hashiverse server library — production node implementation (HTTPS + ACME, Kademlia routing, DDoS protection, on-disk persistence) for your open-source decentralized X/Twitter replacement.
Documentation
1
2
3
4
5
6
7
//! # Server-only helpers
//!
//! Utilities specific to running a public server node — public-IP discovery for
//! self-advertising the peer address, SSRF-safe IP validation for any
//! server-initiated outbound fetch, and the graceful-shutdown hook.

pub mod tools;