UPDATE: Dump of initial files
This commit is contained in:
27
base/README.md
Normal file
27
base/README.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user