diff --git a/README.md b/README.md index 0449d1c..0924092 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). - [Database](#database-1) - [Date and time](#date-and-time) - [Distributed systems](#distributed-systems) + - [Domain driven design](#domain-driven-design) - [Email](#email) - [Encoding](#encoding) - [Filesystem](#filesystem) @@ -987,6 +988,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * HDFS * [hyunsik/hdfs-rs](https://github.com/hyunsik/hdfs-rs) [[hdfs](https://crates.io/crates/hdfs)] — libhdfs bindings +### Domain driven design + + * [serverlesstechnology/cqrs](https://github.com/serverlesstechnology/cqrs) [[cqrs-es](https://crates.io/crates/cqrs-es)] — A framework for CQRS and event sourcing with [user guide](https://doc.rust-cqrs.org/) + ### Email [[email](https://crates.io/keywords/email), [imap](https://crates.io/keywords/imap), [smtp](https://crates.io/keywords/smtp)]