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