#domain #abstraction #repository #entity #aggregate #ddd #libraries

rstdev-domain

A library that provides base abstractions to working with Domain Driven Design (DDD) in Rust

1 unstable release

0.1.0 Mar 9, 2024

#1123 in Development tools

28 downloads per month

Apache-2.0

8KB
138 lines

rstdev-domain

A rstdev-domain is a library that only provides base trait abstractions and also base error types.

Current available traits only for three main blocks :

  • Entity
  • Aggregate Domain Event
  • Repository

INFO

This module used just to provides base trait behaviors and will not giving you too many constraints, or even it's almost a zero constraints. By only providing trait behaviors, user of this library will still be able to manage their business domains

Installation

[dependencies]
rstdev-domain = {version = "0.1.0"}

Dependencies

~3–4.5MB
~81K SLoC