automation-structures 0.1.1

Reusable, formally specified building blocks for composing automation systems.
Documentation
1
2
3
4
5
pub mod fork_join;
pub mod sequential;
pub mod step_graph;
pub mod stream_graph;
pub mod stream_graph_fanout;