//! Core domain layer for the Aro web framework.
//!//! This crate contains port traits, entity abstractions, and error types.
//! It has zero framework dependencies.
pubmodentity;pubmoderror;#[cfg(any(test, feature ="test-utils"))]pubmodmock_repo;pubmodpagination;pubmodrepository;#[doc(hidden)]pubmodrouting;pubmodstate;