automation-structures 0.1.1

Reusable, formally specified building blocks for composing automation systems.
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;