//! Domain routing — fractal topology classification and routing table.
//!
//! **PURPOSE**: Eliminate domain crisscross in arithmetic by classifying operands
//! via CompactShadow denominator factoring and dispatching through a compile-time
//! routing table in .rodata.
pub use ;