batpak 0.8.2

Event sourcing with causal graphs and caller-defined gates. Sync API, no async runtime.
Documentation
1
2
3
4
5
error: #[derive(EventPayload)] does not support generic payload types; use a concrete named-field struct
 --> tests/ui/ep_generic_struct.rs:7:8
  |
7 | struct GenericPayload<T> {
  |        ^^^^^^^^^^^^^^