genies_ddd 1.7.1

整合DDD与Dapr 的 dd 库
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * @Author: tzw
 * @Date: 2021-10-31 03:05:39
 * @LastEditors: tzw
 * @LastEditTime: 2021-11-29 22:23:13
 */

 #![allow(non_snake_case)]


 pub mod aggregate;
 pub mod event;
 pub mod message;
 pub mod DomainEventPublisher;