| Crates.io | rstdev-domain |
| lib.rs | rstdev-domain |
| version | 0.2.0 |
| created_at | 2024-03-09 12:36:54.784041+00 |
| updated_at | 2024-08-12 16:04:59.990666+00 |
| description | A library that provides base abstractions to working with Domain Driven Design (DDD) in Rust |
| homepage | |
| repository | https://github.com/rstlix0x0/rstdev/rstdev-domain |
| max_upload_size | |
| id | 1167785 |
| size | 8,865 |
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 :
EntityAggregate Domain EventRepositoryINFO
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
[dependencies]
rstdev-domain = {version = "0.2.0"}