1 unstable release

0.1.0 Jul 9, 2024

#30 in #ontology

MIT/Apache

3KB

ddd - DDD Framework

A Domain-Driven Design (DDD) framework for modeling business domains in Rust.

Overview

This framework provides essential building blocks for implementing DDD patterns in Rust applications. It includes traits and structures for commands, events, aggregates, and more.

Features

  • Commands: Define actions that can be performed in the system.
  • Events: Represent changes in the state of aggregates.
  • Aggregates: Group related objects into a single unit for data changes.
  • Repositories: Handle persistence and retrieval of aggregates.

Getting Started

No runtime deps