28 lines
212 B
Markdown
28 lines
212 B
Markdown
# IronCalc Base
|
|
|
|
## About
|
|
|
|
IronCalc Base is the engine of the IronCalc ecosystem
|
|
|
|
|
|
## Build
|
|
To build the library
|
|
|
|
```bash
|
|
$ cargo build --release
|
|
```
|
|
|
|
## Tests
|
|
|
|
To run the tests:
|
|
|
|
```bash
|
|
$ cargo tests
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|