Refine project description in Cargo.toml and README.md for clarity

This commit is contained in:
Palash Tyagi 2025-04-14 23:43:49 +01:00
parent 5c54e0fd3e
commit 5be08b4d0e
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,6 @@ version = "0.0.0"
edition = "2024" edition = "2024"
license = "GPL-3.0-or-later" license = "GPL-3.0-or-later"
readme = "README.md" readme = "README.md"
description = "A simple and lightweight dataframe library" description = "A simple dataframe library"
[dependencies] [dependencies]

View File

@ -1,3 +1,3 @@
# rustframe # rustframe
A simple and lightweight Rust library for handling dataframes for numerical data analysis and manipulation. A simple dataframe library.