Skip to main content

Crate aro_core

Crate aro_core 

Source
Expand description

Core domain layer for the Aro web framework.

This crate contains port traits, entity abstractions, and error types. It has zero framework dependencies.

Modulesยง

entity
Entity marker trait for domain types.
error
Repository error types.
pagination
Pagination primitives for repository queries.
repository
Repository port traits for data access.
state
Type-map service container for dependency injection.