Core business logic layer
This module contains the core domain models, error types, and business logic that are independent of external dependencies.
pub use error::Error;
pub use error::Result;