Skip to main content

formualizer_eval/engine/graph/editor/
mod.rs

1pub mod change_log;
2pub mod reference_adjuster;
3pub mod transaction_context;
4pub mod transaction_manager;
5pub mod undo_engine;
6pub mod vertex_editor;
7
8pub use vertex_editor::{
9    DataUpdateSummary, EditorError, MetaUpdateSummary, RangeSummary, ShiftSummary, TransactionId,
10    VertexDataPatch, VertexEditor, VertexMeta, VertexMetaPatch,
11};