rtab 0.1.5

A command-line tool for generating tables from CSV.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.clap]
version = "2.33"

[dependencies.csv]
version = "1.1"

[package]
authors = ["Amelia Clarke <me@rsaihe.dev>"]
categories = ["command-line-utilities"]
description = "A command-line tool for generating tables from CSV."
edition = "2018"
license = "MIT"
name = "rtab"
repository = "https://github.com/rsaihe/rtab"
version = "0.1.5"