automation-structures 0.2.3

Checked state machines for budgets, selection, traversal, and automation execution flow.
Documentation
1
2
3
4
5
6
7
8
9
//! Reusable connective roles used to assemble verified structures.

pub mod accumulator;
pub mod buffer;
pub mod counter;
pub mod cursor;
pub mod marker;
pub mod ordering_pass;
pub mod projection;