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_enum.rs:7:6
  |
7 | enum GenericEnumPayload<T> {
  |      ^^^^^^^^^^^^^^^^^^