Files
IronCalc/base
Nicolás Hatcher 67e8b0ce14 FIX: Adds shared_strings dict for performance reasons
NB: There are not benchmarks yet
2023-12-08 11:27:21 +01:00
..
2023-11-20 10:46:19 +01:00
2023-11-20 10:46:19 +01:00
2023-11-20 10:46:19 +01:00
2023-11-20 10:46:19 +01:00

IronCalc Base

About

IronCalc Base is the engine of the IronCalc ecosystem

Build

To build the library

$ cargo build --release

Tests

To run the tests:

$ cargo tests