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
10
11
12
use super::super::super::fixtures::make_graph;

use crate::runtime::xyflow::changes::{EdgeChange, NodeChange, NodeGraphChanges};
use jellyflow_core::core::{
    CanvasPoint, CanvasRect, CanvasSize, EdgeKind, EdgeReconnectable, GroupId, NodeExtent,
    NodeOrigin, PortId,
};
use jellyflow_core::ops::{GraphOp, GraphTransaction};

mod basic;
mod metadata;
mod removals;