formualizer-common 1.1.2

Core value, reference, and error types shared across the Formualizer parser and engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod address;
pub mod coord;
pub mod error;
pub mod function;
pub mod range;
pub mod value;

pub use address::*;
pub use coord::*;
pub use error::*;
pub use function::*;
pub use range::*;
pub use value::*;