batpak 0.2.0

Event sourcing with causal graphs and policy gates. Sync API, zero async.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Quickstart

```bash
cargo xtask setup
cargo run --example quickstart
```

If you are adopting the crate in another project:

```bash
cargo add batpak
```

Then start with `StoreConfig::new(...)`, `Store::open(...)`, and the `prelude`.