rstdev-domain 0.2.0

A library that provides base abstractions to working with Domain Driven Design (DDD) in Rust
Documentation
  • Coverage
  • 16.28%
    7 out of 43 items documented0 out of 22 items with examples
  • Size
  • Source code size: 56.72 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.39 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • rstlix0x0

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.2.0"}