ddd

Crates.ioddd
lib.rsddd
version0.1.0
sourcesrc
created_at2024-07-09 03:29:34.27202
updated_at2024-07-09 03:29:34.27202
descriptionDomain-Driven Design Framework
homepage
repositoryhttps://github.com/seanpianka/ddd
max_upload_size
id1296595
size2,418
Sean Pianka (seanpianka)

documentation

https://docs.rs/ddd

README

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

Commit count: 0

cargo fmt