ddd 0.1.0

Domain-Driven Design Framework
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • seanpianka

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