| Crates.io | cqrs-es2 |
| lib.rs | cqrs-es2 |
| version | 0.10.0 |
| created_at | 2021-08-12 04:04:24.527228+00 |
| updated_at | 2021-09-22 18:47:08.27738+00 |
| description | A Rust library providing lightweight CQRS and event sourcing framework. |
| homepage | |
| repository | https://github.com/brgirgis/cqrs-es2 |
| max_upload_size | |
| id | 435046 |
| size | 55,516 |
A Rust library providing lightweight CQRS and event sourcing framework.
Provides all basic interfaces for the CQRS system.
[dependencies]
# serialization
serde = { version = "^1.0.127", features = ["derive"] }
serde_json = "^1.0.66"
# CQRS framework
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