cqrs-es2

Crates.iocqrs-es2
lib.rscqrs-es2
version0.10.0
sourcesrc
created_at2021-08-12 04:04:24.527228
updated_at2021-09-22 18:47:08.27738
descriptionA Rust library providing lightweight CQRS and event sourcing framework.
homepage
repositoryhttps://github.com/brgirgis/cqrs-es2
max_upload_size
id435046
size55,516
Bassem Girgis (brgirgis)

documentation

https://docs.rs/cqrs-es2

README

cqrs-es2

A Rust library providing lightweight CQRS and event sourcing framework.

Publish Test Latest version docs License


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

Commit count: 146

cargo fmt