jellyflow-core 0.3.0

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

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