batpak 0.8.2

Event sourcing with causal graphs and caller-defined gates. Sync API, no async runtime.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error[E0308]: mismatched types
 --> tests/ui/obs_forge.rs:5:16
  |
5 |         _seal: (),
  |                ^^ expected `Token`, found `()`

error[E0624]: associated function `new` is private
 --> tests/ui/obs_forge.rs:6:37
  |
6 |         at_least_once: AtLeastOnce::new(
  |                                     ^^^ private associated function
  |
 ::: src/store/delivery/observation.rs
  |
  |     pub(crate) fn new(checkpoint_id: CheckpointId) -> Self {
  |     ------------------------------------------------------ private associated function defined here