dcsv 0.1.3

Dyanmic csv reader,writer,editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "dcsv"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
keywords = ["csv", "cli", "text-processing"]
categories = ["text-processing"]
description = "Dyanmic csv reader,writer,editor"
homepage = "https://github.com/simhyeon/dcsv"
repository = "https://github.com/simhyeon/dcsv"
readme = "README.md"

[dependencies]
regex = "1.5.4"