Skip to main contentCrate formualizer_common
Source pub use address::*;pub use coord::*;pub use coord_hash::*;pub use error::*;pub use function::*;pub use range::*;pub use value::*;
- address
- Sheet-scoped reference helpers shared across the workspace.
- coord
- Compact coordinate representations shared across the engine and bindings.
- coord_hash
- Dedicated hasher for keys built around
crate::Coord /
workbook cell addresses. - error
- Excel-style error representation that is both ergonomic now
and flexible enough to grow new, data-rich variants later.
- function
- range
- value