cqrs-es2 0.10.0

A Rust library providing lightweight CQRS and event sourcing framework.
Documentation
[dependencies.log]
version = "^0.4"

[dependencies.serde]
features = ["derive"]
version = "^1.0.127"

[dependencies.serde_json]
version = "^1.0.66"

[package]
authors = ["Dave Garred <dave.garred@serverlesstechnology.com>", "Bassem Girgis <brgirgis@gmail.com>"]
description = "A Rust library providing lightweight CQRS and event sourcing framework."
documentation = "https://docs.rs/cqrs-es2"
edition = "2018"
keywords = ["cqrs", "event-sourcing", "es", "DDD"]
license = "MIT"
name = "cqrs-es2"
readme = "README.md"
repository = "https://github.com/brgirgis/cqrs-es2"
version = "0.10.0"