statum-core 0.9.0

Core types for representing legal workflow and protocol states explicitly in Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Test helpers for asserting generated protocol metadata.
//!
//! These helpers observe [`MachineGraph`](crate::MachineGraph) metadata emitted
//! for the active build. They do not prove that transition method bodies ran or
//! that persisted state is complete.

pub mod graph;
pub mod rehydrate;
pub mod walks;