Files
IronCalc/base
Nicolás Hatcher Andrés dc23a7f29c UPDATE: Adds web app (#79)
Things missing:

* Browse mode
* Front end tests
* Storybook
2024-08-18 11:44:16 +02:00
..
2024-08-18 11:44:16 +02:00
2023-11-20 10:46:19 +01:00
2024-04-15 19:25:38 +02:00
2024-02-09 14:41:52 +01:00

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