red-csv 0.1.0

CSV file read & write using pure rust code.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "red-csv"
description = "CSV file read & write using pure rust code."
version = "0.1.0"
authors = ["themahikaishar <themahikaishar@gmail.com>"]
edition = "2021"
keywords = ["csv", "file", "spreadsheet", "read", "write"]
github = "github.com/themahikaishar/red-csv"
license = "GPL-2.0"
readme = "README.md"
include = ["src/**", "Cargo.toml", "README.md"]

[lib]
name = "red_csv"
path = "src/lib.rs"