jellyflow-runtime 0.2.0

Headless store, rules, schema, profile, and change pipeline for Jellyflow.
Documentation
mod action;
mod behavior;
mod callback_recorder;
mod compiled;
mod constants;
mod setup;
mod suite;
mod trace;

pub use action::{
    ConformanceAction, ConformanceConnectionTargetFromHandlesInput,
    ConformanceEdgeEndpointPosition, ConformanceLayoutEdgePosition,
    ConformanceLayoutFactsConnectionTargetExpectation, ConformanceLayoutFactsExpectation,
};
pub use behavior::{
    ConformanceBehavior, ConformanceConnectEdgeSessionContract, ConformanceDeleteSelectionContract,
    ConformanceDeleteSelectionDuringNodeDragContract, ConformanceLayoutFactsContract,
    ConformanceNodeDragSessionContract, ConformanceNodePointerDownSelectionContract,
    ConformanceNodeResizeSessionContract, ConformanceRenderingQueryContract,
    ConformanceSelectionBoxContract, ConformanceViewportDragPanSessionContract,
};
pub(crate) use callback_recorder::ConformanceCallbackTraceRecorder;
pub(crate) use compiled::ConformanceScenarioCompiled;
pub use constants::CONFORMANCE_FIXTURE_SCHEMA_VERSION;
pub(crate) use setup::ConformanceTraceConfig;
pub use suite::{ConformanceScenario, ConformanceSuite};
pub use trace::{ConformanceCallbackEvent, ConformanceTraceEvent, ConformanceViewChange};