aion-rs 0.10.0

Transport-agnostic Aion workflow engine with durability, replay, timers, and supervision.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod events;
mod expiry;
mod fixtures;
mod harness;
mod routing_fresh;
mod routing_recovery;
mod settlement;
mod support;

pub(super) use events::*;
pub(super) use fixtures::*;
pub(super) use harness::*;
pub(super) use support::*;