csv_perusal 0.5.2

Reads CSV files and returns the contents of the file with the appropriate datatype.
Documentation
[dependencies.chrono]
version = "0.4.26"

[dependencies.csv]
version = "1.2.2"

[dependencies.regex]
version = "1.9.6"

[package]
categories = ["data-structures", "development-tools", "template-engine", "encoding", "parsing"]
description = "Reads CSV files and returns the contents of the file with the appropriate datatype."
edition = "2021"
exclude = ["main.rs", ".vscode/*", ".gitignore"]
keywords = ["csv", "parser", "reader", "datatype", "data"]
license = "Apache-2.0"
name = "csv_perusal"
readme = "README.md"
repository = "https://github.com/Cosiamo/CSV-Perusal"
version = "0.5.2"