refactor: remove build and test sections from README.md

This commit is contained in:
Palash Tyagi 2025-04-20 01:24:05 +01:00
parent 3bf432fd95
commit 0a0360a37e

View File

@ -9,15 +9,3 @@ A simple dataframe library.
`tarpaulin` coverage report: [tarpaulin-report](tarpaulin-report.html).
---
## Build
```bash
cargo build
```
## Test
```bash
cargo test
```