Skip to main content

Module editor

Module editor 

Source

Re-exports§

pub use vertex_editor::DataUpdateSummary;
pub use vertex_editor::EditorError;
pub use vertex_editor::MetaUpdateSummary;
pub use vertex_editor::RangeSummary;
pub use vertex_editor::ShiftSummary;
pub use vertex_editor::TransactionId;
pub use vertex_editor::VertexDataPatch;
pub use vertex_editor::VertexEditor;
pub use vertex_editor::VertexMeta;
pub use vertex_editor::VertexMetaPatch;

Modules§

change_log
Standalone change logging infrastructure for tracking graph mutations
reference_adjuster
transaction_context
Transaction orchestration for coordinating graph mutations with rollback support
transaction_manager
Transaction state management for dependency graph mutations
undo_engine
Basic Undo/Redo engine scaffold using ChangeLog groups.
vertex_editor