ddd-rs 1.2.1

Domain-Driven Design (DDD) building blocks, for Rust applications.
Documentation
1
2
3
4
5
6
7
8
mod aggregate;
pub use aggregate::*;

mod entity;
pub use entity::*;

mod value_object;
pub use value_object::*;