distributed 2.1.0

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
### What's changed in v2.1.0

* feat: Implement typed microsvc route bundles (#95) (by @patrickleet)

  * Implement typed microsvc route bundles
  * Remove legacy register_handlers macro
  * Add routes dependency combination coverage

  This is a breaking change, use routes! macro instead of register_handlers. Services are not sets of route bundles to support multiple aggregates/repos per service.


See full diff: [v2.0.0...v2.1.0](https://github.com/hops-ops/distributed/compare/v2.0.0...v2.1.0)