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
10
11
12
13
mod bezier;
mod label;
mod smoothstep;
mod straight;
mod types;

#[cfg(test)]
mod tests;

pub use bezier::{BezierEdgeOptions, bezier_edge_path};
pub use smoothstep::{SmoothStepEdgeOptions, smoothstep_edge_path};
pub use straight::straight_edge_path;
pub use types::{EdgePath, EdgePathLabel, PathCommand};