Files
IronCalc/base/README.md
2024-02-09 14:41:52 +01:00

544 B

IronCalc Base

Crates.io MIT licensed

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