docs: update README.md to improve structure and formatting

This commit is contained in:
Palash Tyagi 2025-04-20 00:55:55 +01:00
parent d864986432
commit 1003cae809

View File

@ -1,3 +1,23 @@
# rustframe
A simple dataframe library.
[![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
```