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
15
16
17
# Maintainer lane

The canonical repo workflow is:

```bash
cargo xtask doctor
cargo xtask ci
cargo xtask docs
```

For performance work:

```bash
cargo xtask bench --surface neutral
cargo xtask bench --surface redb --save
cargo xtask bench --surface lmdb --compare
```