Expand description
Infrastructure adapters implementing domain ports
These adapters bridge the gap between domain abstractions and concrete infrastructure implementations, following the Ports & Adapters pattern.
Re-exports§
pub use event_publisher::*;pub use gat_memory_repository::*;pub use json_adapter::*;
Modules§
- event_
publisher - Event publisher implementation for PJS domain events
- gat_
memory_ repository - GAT-based in-memory repository implementations
- json_
adapter - JSON Data Adapter