peace_flow_rt 0.0.15

Flow runtime types for the peace automation framework.
Documentation
1
2
3
4
5
6
7
//! Flow runtime types for the peace automation framework.

pub use crate::{flow::Flow, item_graph::ItemGraph, item_graph_builder::ItemGraphBuilder};

mod flow;
mod item_graph;
mod item_graph_builder;