Skip to main content

hashiverse_server_lib/tools/
mod.rs

1//! # Server-only helpers
2//!
3//! Utilities specific to running a public server node — public-IP discovery for
4//! self-advertising the peer address, SSRF-safe IP validation for any
5//! server-initiated outbound fetch, and the graceful-shutdown hook.
6
7pub mod tools;