csvkit 1.0.0

A short and informative description of your Rust package.
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "csvkit"
version = "1.0.0"
edition = "2021"
authors = ["StatPan <statpan@naver.com>"]
description = "A short and informative description of your Rust package."
license = "MIT OR Apache-2.0"
repository = "https://github.com/StatPan/csvkit"
homepage = "https://statpan.com"
keywords = ["csv", "reader", "writer", "dictreader", "dictwriter"]
categories = ["data-structures", "encoding"]