hist-cli 0.4.0

Commandline tool for plotting frequency ranked histograms of TSV/CSV data
[dependencies.csv]
version = "^1.1"

[dependencies.plotters]
version = "^0.3"

[dependencies.serde]
features = ["derive"]
version = "^1.0"

[dependencies.structopt]
version = "^0.3"

[dependencies.textplots]
version = "^0.6"

[package]
authors = ["Andreas Hauser <Andreas.Hauser@LMU.de>"]
description = "Commandline tool for plotting frequency ranked histograms of TSV/CSV data"
edition = "2018"
keywords = ["histogram", "plot", "command-line", "CLI", "visualization"]
license = "CC-BY-SA-4.0"
name = "hist-cli"
repository = "https://github.com/ahcm/hist-cli"
version = "0.4.0"