A Rust library providing lightweight CQRS and event sourcing framework.
Provides all basic interfaces for the CQRS system.
```toml [dependencies]
serde = { version = "^1.0.127", features = ["derive"] } serde_json = "^1.0.66"
cqrs-es2 = { version = "*"} ```
Full fledged demo applications:
A complete history of the change log can be found here
An up-to-date list of development aspirations can be found here