Expand description
Recipe-driven OCEL 2.0 log transformation.
A recipe is a declarative list of steps applied in order; the result is a new, valid OCEL log. Deterministic only: no step invents data, and every step reports what it changed.
Re-exports§
pub use apply::apply;pub use apply::preview;pub use apply::DroppedEvent;pub use apply::StepPreview;pub use apply::StepReport;pub use apply::TransformError;pub use recipe::AliasTable;pub use recipe::EventPredicate;pub use recipe::Recipe;pub use recipe::Step;pub use recipe::TimeWindow;