jellyflow-core 0.2.0

Headless graph model, IDs, type descriptors, and interaction policy primitives for Jellyflow.
Documentation
1
2
3
4
5
6
7
mod batch;
mod endpoints;
mod op;

pub use batch::GraphTransaction;
pub use endpoints::EdgeEndpoints;
pub use op::GraphOp;