formualizer-eval 0.6.0

High-performance Arrow-backed Excel formula engine with dependency graph and incremental recalculation
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod change_log;
pub mod reference_adjuster;
pub mod transaction_context;
pub mod transaction_manager;
pub mod undo_engine;
pub mod vertex_editor;

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