Files
IronCalc/base/README.md
2023-11-20 10:46:19 +01:00

212 B

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