mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:19:59 +00:00
24 lines
325 B
Markdown
24 lines
325 B
Markdown
# rustframe
|
|
|
|
[](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
|
|
```
|