1 2 3 4 5 6
//! Ports (hexagonal architecture) — re-exported from `looprs-core`. //! //! All port traits and domain types are defined in `looprs_core::ports`. //! This module re-exports them for use within the `looprs` crate. pub use looprs_core::ports::*;