1//! Routing lane helpers (fanout regions + router loop runners). 2 3mod router; 4mod shm_fanout; 5 6pub use router::*; 7pub use shm_fanout::*;