Module adapters

Module adapters 

Source
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