mirror of
https://github.com/rust-unofficial/awesome-rust
synced 2024-11-14 16:17:13 +00:00
Merge pull request #1166 from davegarred/master
Add a domain driven design section with cqrs-es
This commit is contained in:
commit
c43b8119f9
1 changed files with 5 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue