rustframe/README.md

24 lines
325 B
Markdown

# rustframe
[![codecov](https://codecov.io/gh/Magnus167/rustframe/graph/badge.svg?token=J7ULJEFTVI)](https://codecov.io/gh/Magnus167/rustframe)
A simple dataframe library.
---
`tarpaulin` coverage report: [tarpaulin-report](tarpaulin-report.html).
---
## Build
```bash
cargo build
```
## Test
```bash
cargo test
```