eventually-core 0.3.0

Foundation crate for using Event Sourcing in Rust applications
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.futures]
features = ["async-await"]
version = "0.3"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Danilo Cianfrone <danilocianfr@gmail.com>"]
description = "Foundation crate for using Event Sourcing in Rust applications"
edition = "2018"
license = "MIT"
name = "eventually-core"
readme = "../README.md"
repository = "https://github.com/ar3s3ru/eventually-rs"
version = "0.3.0"