formualizer-eval 0.7.0

High-performance Arrow-backed Excel formula engine with dependency graph and incremental recalculation
Documentation
1
2
3
4
5
6
7
8
#![cfg(test)]

pub use super::asserts::{assert_close, assert_close_eps, assert_error_kind};
pub use super::ast_builders::{
    make_array_ast, make_bool_ast, make_int_ast, make_num_ast, make_text_ast,
};
pub use super::harness::{get_fn, handles_from_nodes, interp, nodes_from_nums};
pub use super::parser::parse_ast;