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
mod extent;
mod geometry;
mod items;
mod snap;

pub(super) use extent::{normalized_size, resolved_extent_rect};
pub(super) use geometry::candidate_bounds_at;
pub(super) use items::drag_items;
pub(super) use snap::snapped_delta;