occstep 0.1.0

An event sourcing library based on a distributed log and optimistic concurrency control
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "occstep"
version = "0.1.0"
edition = "2021"
license = "MIT"
description = "An event sourcing library based on a distributed log and optimistic concurrency control"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio = { version = "1", features = ["full"] }