planet 0.1.0

High-assurance global network topology and resource mapping. Manages RIR data, IXP peering logic, and CIDR orchestration for the Honest suite.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! # 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.