Re-exports§
pub use aggregate::Aggregate;pub use aggregate::AggregateRoot;
Modules§
- aggregate
- Foundation traits for creating Domain abstractions
using the
Aggregatepattern. - consumer
- Contains a persisted implementation of the
Consumertrait using Postgres as the backend data source for its state. - error
- repository
- Contains the Repository pattern implementation for
AggregateRootinstances. - store