jellyflow-runtime 0.1.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
8
9
mod edges;
mod nodes;

pub(in crate::runtime::xyflow) use edges::{
    apply_edge_update_change, edge_update_change_from_op, edge_update_id, edge_update_op,
};
pub(in crate::runtime::xyflow) use nodes::{
    apply_node_update_change, node_update_change_from_op, node_update_id, node_update_op,
};