distributed 3.3.2

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
13
14
### What's changed in v3.3.2

* docs: teach model-first TDD workflow (#121) (by @patrickleet)

  * docs: teach model-first TDD workflow

  Implements [[tasks/model-first-tdd-guidance-1]]

  * docs: retain both Distributed design drivers

  Implements [[tasks/model-first-tdd-guidance-1]]


See full diff: [v3.3.1...v3.3.2](https://github.com/hops-ops/distributed/compare/v3.3.1...v3.3.2)