jellyflow-runtime 0.2.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
8
9
//! Transaction projections for XyFlow-style callback payloads.

mod commit;
mod connections;
mod deletes;
mod node_graph;
mod removed_edges;

pub(in crate::runtime::xyflow) use commit::XyFlowCommitProjection;