14 releases (8 breaking)
0.10.0 | Sep 22, 2021 |
---|---|
0.8.0 | Aug 24, 2021 |
#22 in #es
48 downloads per month
Used in 4 crates
49KB
1K
SLoC
cqrs-es2
A Rust library providing lightweight CQRS and event sourcing framework.
Provides all basic interfaces for the CQRS system.
Installation
[dependencies]
# serialization
serde = { version = "^1.0.127", features = ["derive"] }
serde_json = "^1.0.66"
# CQRS framework
cqrs-es2 = { version = "*"}
Usage
Full fledged demo applications:
Change Log
A complete history of the change log can be found here
TODO
An up-to-date list of development aspirations can be found here
Dependencies
~0.8–1.7MB
~37K SLoC