//! # PLANET
//! Global network topology and routing resource orchestration.
//!
//! Planet provides the macro-scale view of the network for the Honest suite.
//! It handles the ingestion and management of RIR (Regional Internet Registry)
//! data, IXP (Internet Exchange Point) peering lists, and CIDR allocations.
//!
//! ## Core Functions
//! * **Topology:** Mapping the global BGP landscape.
//! * **Registry:** Managing regional resource data (ARIN, RIPE, APNIC, etc.).
//! * **Scale:** Providing the "World View" for secure routing decisions.