// SPDX-FileCopyrightText: 2026 0x00spor3
// SPDX-License-Identifier: Apache-2.0
//! Shared network helpers. Currently the trusted-proxy client-IP resolver,
//! reused by rate limiting, structured logging and future Geo/IP-reputation —
//! the real client IP is derived **once** and read by everyone from
//! `RequestContext::client_ip`.
pub use ;