/ crates / adnet-network / src / lib.rs
lib.rs
 1  // Copyright (c) 2025 ALPHA/DELTA Network
 2  
 3  //! # ADNet Network
 4  //!
 5  //! Unified P2P networking layer for ALPHA and DELTA chains.
 6  //! Shares peer discovery and connection management while routing
 7  //! chain-specific messages to the appropriate runtime.
 8  
 9  pub mod router;
10  pub mod peering;
11  
12  // Placeholder - will be implemented during Phase 2.2-2.5