jellyflow-runtime 0.1.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
8
mod batch;
mod between_ports;
mod split_edge;

pub use between_ports::{
    plan_connect_by_inserting_node, plan_connect_by_inserting_node_with_policy,
};
pub use split_edge::plan_split_edge_by_inserting_node;