ljprs_es 0.1.0

Provides the core types to facilitate event sourcing in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.async-trait]
version = "0.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[package]
description = "Provides the core types to facilitate event sourcing in Rust."
edition = "2021"
homepage = "https://github.com/lukejoshuapark/ljprs_es"
license = "MIT"
name = "ljprs_es"
readme = "README.md"
repository = "https://github.com/lukejoshuapark/ljprs_es"
version = "0.1.0"