//! Module: ops::topology::input::mapper
//!
//! Responsibility: convert topology records into policy input views.
//! Does not own: topology policy, storage mutation, or endpoint DTO schemas.
//! Boundary: ops mapper used by topology workflows.
use crate::;
///
/// TopologyRegistryMapper
///
/// Operations-layer mapper for subnet registry snapshots and policy inputs.
///
;