jellyflow-runtime 0.2.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
1
2
3
4
5
6
7
//! Document, view-state, editor-config, and history accessors for `NodeGraphStore`.

mod changes;
mod config;
mod document;
mod history;
mod state;